Forward main page requests and login requests to src.fp.o
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
535be60068
commit
0fa102cbff
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ SSLCryptoDevice builtin
|
|||
#Redirect "/" "https://src{{ env_suffix }}.fedoraproject.org/"
|
||||
# This is temporary for fixing Kojid because of firewall rules
|
||||
Alias /repo/ /srv/cache/lookaside/
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule "^/$" "https://src{{ env_suffix }}.fedoraproject.org/"
|
||||
RewriteRule "^/login/$" "https://src{{ env_suffix }}.fedoraproject.org/login/"
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue