diff --git a/conf/nginx.conf b/conf/nginx.conf index c0f7011..ff4222f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -44,6 +44,7 @@ location __PATH__/ { location ~ /\. { deny all; } - #Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + + #Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }