mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed bug in example nginx config, refs #1091
This commit is contained in:
parent
97fb10c17d
commit
4c0995ed60
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ Here is an example of an `nginx <https://nginx.org/>`__ configuration file that
|
|||
listen 80;
|
||||
|
||||
location /my-datasette {
|
||||
proxy_pass http://127.0.0.1:8009;
|
||||
proxy_pass http://127.0.0.1:8009/my-datasette;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue