Fix nginx config for django admin interface after breaking it in b953568

This commit is contained in:
Julian Rother 2022-04-02 23:30:49 +02:00
parent b953568093
commit 18fe38fde4
No known key found for this signature in database
GPG key ID: 2F811E2338EE029B

View file

@ -26,8 +26,8 @@ nginx:
- uwsgi_pass internal-mailman3-uwsgi
- include uwsgi_params
- uwsgi_param REMOTE_USER $http_REMOTE_USER
- match: /mailman3/static/CACHE # Used by Hyperkitty
alias: /var/lib/mailman3/web/static/CACHE
- match: /mailman3/static # Hyperkitty uses /CACHE/, django-admin /admin/
alias: /var/lib/mailman3/web/static
- match: /mailman3/static/django-mailman3
alias: /usr/share/python3-django-mailman3
- match: /mailman3/static/postorius