Re-work nginx config for static files

This commit is contained in:
decentral1se 2021-05-14 17:45:42 +02:00
parent 1ab1e1eae4
commit 90501fc5e2
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ http {
location /static/ {
alias /opt/mailman-web-data/static;
autoindex off;
}
location /static/favicon.ico {
alias /opt/mailman-web-data/static/postorius/img/favicon.ico;
}
}
}