1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00

Also include the standard panel config

This commit is contained in:
Luke Murphy 2019-09-30 14:50:34 +02:00
parent 42b55e31c1
commit 67111cbc25
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -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 {