Skip to content
Snippets Groups Projects
Verified Commit 94045bd8 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

mailman: Show the mailman3 interface by default

All lists have been migrated to mailman3[1] and mailman3 is what users
should use, so show its interface by default and not the mailman2
interface.

[1] 75ac7d09 ("mailman: Fourth and final batch of mailman3 migrated lists")
parent 25e52b7b
No related branches found
No related tags found
No related merge requests found
Pipeline #29625 passed
...@@ -36,6 +36,10 @@ server { ...@@ -36,6 +36,10 @@ server {
return 302 $migrated_uri; return 302 $migrated_uri;
} }
location = / {
return 302 /mailman3/lists/;
}
# redirect old urls # redirect old urls
location /mailman/ { location /mailman/ {
rewrite ^/mailman/(.*) /$1 permanent; rewrite ^/mailman/(.*) /$1 permanent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment