mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
[mailman3] Redirect to hyperkitty if nothing is specified
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user