mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[docs] remove nginx trailing slash (#1789)
This commit is contained in:
parent
89c1d583d0
commit
32aefd55b2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue