From 1c95504cee83b2ab8c15839e2346e6ce68387d2f Mon Sep 17 00:00:00 2001 From: bota87 <52842374+bota87@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:01:03 +0200 Subject: [PATCH] removed trailing slash --- Using-a-Reverse-Proxy-with-Paperless-ngx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-a-Reverse-Proxy-with-Paperless-ngx.md b/Using-a-Reverse-Proxy-with-Paperless-ngx.md index 59c9d82..c4e3610 100644 --- a/Using-a-Reverse-Proxy-with-Paperless-ngx.md +++ b/Using-a-Reverse-Proxy-with-Paperless-ngx.md @@ -23,7 +23,7 @@ http { # Adjust host and port as required. # 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. proxy_http_version 1.1;