diff --git a/Using-a-Reverse-Proxy-with-Paperless-ngx.md b/Using-a-Reverse-Proxy-with-Paperless-ngx.md index c4e3610..57cf1b3 100644 --- a/Using-a-Reverse-Proxy-with-Paperless-ngx.md +++ b/Using-a-Reverse-Proxy-with-Paperless-ngx.md @@ -51,7 +51,7 @@ When using a domain subpath (e.g. `/paperless`), you need to set `PAPERLESS_FORC location /paperless/ { # Adjust host and port as required. - proxy_pass http://localhost:8000/; + proxy_pass http://localhost:8000; ... ```