mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
[enh] Add yunohost square backlink
This commit is contained in:
parent
94b1e98106
commit
d372ec1790
2 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,5 @@ location PATHTOCHANGE/ {
|
||||||
proxy_pass http://localhost:YUNOPORT/;
|
proxy_pass http://localhost:YUNOPORT/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@ location / {
|
||||||
proxy_pass http://localhost:YUNOPORT/;
|
proxy_pass http://localhost:YUNOPORT/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
|
# 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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue