1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ssbroom_ynh.git synced 2024-09-03 20:26:29 +02:00

Add support for multi-install

This commit is contained in:
mhfowler 2021-10-08 10:25:04 +02:00
parent 053fcf2788
commit 709a3d5452

View file

@ -13,7 +13,7 @@ location __PATH__/ {
}
location @proxy {
proxy_pass http://localhost:8899;
proxy_pass http://localhost:__PORT__;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $remote_addr:$remote_port;