mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 12:49:54 +08:00
For the acme redirect, use http
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -39,6 +39,7 @@ Alias /robots.txt /var/www/robots-src.txt
|
||||
</Location>
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule "^/.well-known/acme-challenge/(.*)$" "http://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||
RewriteRule "^/(.*)$" "https://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user