For the acme redirect, use http
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4a60ddc875
commit
59766dcce9
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Alias /robots.txt /var/www/robots-src.txt
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
RewriteRule "^/.well-known/acme-challenge/(.*)$" "http://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||||
RewriteRule "^/(.*)$" "https://src{{ env_suffix }}.fedoraproject.org/$1"
|
RewriteRule "^/(.*)$" "https://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||||
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue