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

[enh] Add YunoHost panel

This commit is contained in:
Le Kload 2015-05-09 11:40:25 +02:00
parent 4fb0855465
commit 1cf147d6ea

View file

@ -7,4 +7,8 @@ location PATHTOCHANGE {
proxy_buffering off;
tcp_nodelay on;
access_log off;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}