diff --git a/conf/nginx.conf b/conf/nginx.conf index 380c23c..cb0af1e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,4 +3,7 @@ location YNH_EXAMPLE_PATH/ { proxy_pass http://YNH_EXAMPLE_DOMAIN:YNH_EXAMPLE_PORT/; proxy_set_header Host $host; proxy_buffering off; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }