[mailman3] Redirect to hyperkitty if nothing is specified

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-28 16:25:40 +01:00
parent 0079d06eea
commit ee58290fdb
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ ProxyPass /pipermail !
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/
# Redirecting to hyperkitty if nothing is specified
RewriteEngine on
RewriteRule ^/$ /archives [R,L]
# Old static archives
Alias /pipermail/ {{ mailman_webui_basedir }}/old-archives/pipermail/