[docs] remove nginx trailing slash (#1789)

This commit is contained in:
tobi
2023-05-15 14:07:19 +02:00
committed by GitHub
parent 89c1d583d0
commit 32aefd55b2

View File

@@ -154,7 +154,7 @@ server {
server_name example.org;
location / {
# set to 127.0.0.1 instead of localhost to work around https://stackoverflow.com/a/52550758
proxy_pass http://127.0.0.1:8080/;
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";