1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
This commit is contained in:
zamentur 2015-06-01 00:41:56 +02:00
commit 166f557115
2 changed files with 3 additions and 1 deletions

View file

@ -3,4 +3,5 @@ location PATHTOCHANGE/ {
proxy_pass http://localhost:YUNOPORT/;
proxy_set_header Host $host;
proxy_buffering off;
include conf.d/yunohost_panel.conf.inc;
}

View file

@ -2,5 +2,6 @@ location / {
proxy_pass http://localhost:YUNOPORT/;
proxy_set_header Host $host;
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
proxy_buffering off;
proxy_buffering off;
include conf.d/yunohost_panel.conf.inc;
}