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

add trailing slash to the proxy_pass

This commit is contained in:
OniriCorpe 2024-02-09 00:20:38 +01:00
parent aba001b206
commit 04ff02170b

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__;