diff --git a/conf/nginx.conf b/conf/nginx.conf index d620ff9..a70ee39 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,7 @@ location / { uwsgi_pass unix:/run/mailman3-web/uwsgi.sock; include /etc/nginx/uwsgi_params; + include conf.d/yunohost_panel.conf.inc; } location /mailman3/static {