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:
parent
053fcf2788
commit
709a3d5452
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue