mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
7 lines
294 B
Text
7 lines
294 B
Text
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;
|
|
include conf.d/yunohost_panel.conf.inc;
|
|
}
|