1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00
This commit is contained in:
liberodark 2018-11-27 17:17:32 +01:00
parent 3582e18bcb
commit 64625ba3ae

View file

@ -1,4 +1,4 @@
location ^~ __PATH__/ {
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off;
proxy_set_header Host $host;