From 67111cbc25c2d60d4644dac95f74d0b192139023 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 30 Sep 2019 14:50:34 +0200 Subject: [PATCH] Also include the standard panel config --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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 {