Fix typo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2fe0c18f3c
commit
a3ad8e401a
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ SSLCryptoDevice builtin
|
|||
|
||||
<VirtualHost _default_:80>
|
||||
ServerName pkgs.{{ env_suffix }}fedoraproject.org
|
||||
Redirect "/" "https://src{{ env_suffix }}.fedoraprojet.org/"
|
||||
Redirect "/" "https://src{{ env_suffix }}.fedoraproject.org/"
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
@ -35,7 +35,7 @@ SSLCryptoDevice builtin
|
|||
SSLProtocol {{ ssl_protocols }}
|
||||
SSLCipherSuite {{ ssl_ciphers }}
|
||||
|
||||
Redirect "/" "https://src{{ env_suffix }}.fedoraprojet.org/"
|
||||
Redirect "/" "https://src{{ env_suffix }}.fedoraproject.org/"
|
||||
</VirtualHost>
|
||||
|
||||
# Allow upload via src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue