Make the redirect for pkgs handle more than just / Ticket https://pagure.io/fedora-infrastructure/issue/6785
This commit is contained in:
parent
0ffc553d9f
commit
877215fa7d
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 "^/$" "https://src{{ env_suffix }}.fedoraproject.org/"
|
||||
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