forked from infra/ansible
mailman: default to mailman3 web interface
This commit is contained in:
parent
43a672b064
commit
69348ed49b
@ -15,7 +15,7 @@ server {
|
||||
}
|
||||
|
||||
location = / {
|
||||
rewrite ^ /listinfo permanent;
|
||||
rewrite ^ /mailman3 redirect;
|
||||
}
|
||||
|
||||
location / {
|
||||
@ -27,6 +27,10 @@ server {
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
}
|
||||
|
||||
location = /listinfo {
|
||||
rewrite ^ /mailman3 redirect;
|
||||
}
|
||||
|
||||
location /images/mailman {
|
||||
alias /usr/share/images/mailman;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user