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:
parent
3c2aa35014
commit
fdaceb0d9e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue