Fix static paths
This commit is contained in:
@ -21,7 +21,7 @@ http {
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias /opt/mailman/web/static/;
|
||||
alias /opt/mailman-web-data/static;
|
||||
autoindex off;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user