fix pkgs redirect to work for letsencrypt
This commit is contained in:
parent
4f50c4d410
commit
e1a8b796df
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +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 "^/.well-known/acme-challenge/(.*)$" "http://src{{ env_suffix }}.fedoraproject.org/.well-known/acme-challenge/$1"
|
||||
RewriteRule "^/(.*)$" "https://src{{ env_suffix }}.fedoraproject.org/$1"
|
||||
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue