diff --git a/conf/nginx.conf b/conf/nginx.conf index 821d771..a6c25f0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,4 +16,7 @@ location PATHTOCHANGE/ { proxy_pass http://unix:/var/run/ihatemoney/budget.gunicorn.sock; break; } + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }