Fix static paths

This commit is contained in:
decentral1se 2021-05-14 17:41:52 +02:00
parent eafe243427
commit 1ab1e1eae4
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ http {
}
location /static/ {
alias /opt/mailman/web/static/;
alias /opt/mailman-web-data/static;
autoindex off;
}
}