mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:30:44 +01:00
removed trailing slash
@@ -23,7 +23,7 @@ http {
|
|||||||
|
|
||||||
# Adjust host and port as required.
|
# Adjust host and port as required.
|
||||||
# For docker you need to use the docker network 172.17.0.1:8000 instead of localhost
|
# For docker you need to use the docker network 172.17.0.1:8000 instead of localhost
|
||||||
proxy_pass http://localhost:8000/;
|
proxy_pass http://localhost:8000;
|
||||||
|
|
||||||
# These configuration options are required for WebSockets to work.
|
# These configuration options are required for WebSockets to work.
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user