1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

proxy pass final slash forgotten

This commit is contained in:
OniriCorpe 2024-02-13 23:08:22 +01:00
parent 3c2aa35014
commit fdaceb0d9e

View file

@ -28,7 +28,7 @@ location ~ (__PATH__/proxy/videoplayback|__PATH__/proxy/api/v4/|__PATH__/proxy/a
proxy_set_header Connection keep-alive;
proxy_max_temp_file_size 32m;
access_log off;
proxy_pass http://127.0.0.1:__PORT_PROXY__;
proxy_pass http://127.0.0.1:__PORT_PROXY__/;
more_set_headers "Cache-Control: private always";
}