diff --git a/docs/deploying.rst b/docs/deploying.rst index d1abe6a3..4e04ea1d 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -146,7 +146,7 @@ Here is an example of an `nginx `__ 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; }