diff --git a/conf/nginx.conf b/conf/nginx.conf index 21212b2..f7e570e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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'; }