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

Merge pull request #13 from YunoHost-Apps/add-panel-to-nginx

Also include the standard panel config
This commit is contained in:
decentral1se 2019-09-30 14:53:21 +02:00 committed by GitHub
commit d8093e785c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {