1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Revert "add trailing slash to the proxy_pass"

This reverts commit 04ff02170b.
This commit is contained in:
OniriCorpe 2024-02-09 00:21:03 +01:00
parent 63bce8f0b5
commit 99312134ef

View file

@ -8,7 +8,7 @@ location __PATH__/ {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:__PORT__/;
proxy_pass http://127.0.0.1:__PORT__;
client_max_body_size __CLIENT_MAX_BODY_SIZE__;