gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 32aefd55b2b82e819313e83c4cb6cd4f57551eba
parent 89c1d583d0c243fd4ca7f032128d3cb67eb90275
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Mon, 15 May 2023 14:07:19 +0200

[docs] remove nginx trailing slash (#1789)


Diffstat:
Mdocs/installation_guide/nginx.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation_guide/nginx.md b/docs/installation_guide/nginx.md @@ -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";