diff --git a/conf/nginx_root.conf b/conf/nginx_root.conf index 5f0d712..0c3d03c 100644 --- a/conf/nginx_root.conf +++ b/conf/nginx_root.conf @@ -7,4 +7,7 @@ location / { proxy_pass_request_headers on; proxy_set_header Connection "keep-alive"; proxy_store off; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; } \ No newline at end of file