Fix redirect from copr.fedoraproject.org to copr.fedorainfracloud.org
This commit is contained in:
parent
c892543dc3
commit
51573754bf
1 changed files with 4 additions and 3 deletions
|
@ -73,9 +73,10 @@ Listen 443 https
|
||||||
SSLCertificateChainFile /etc/letsencrypt/live/{{ copr_frontend_public_hostname }}/fullchain.pem
|
SSLCertificateChainFile /etc/letsencrypt/live/{{ copr_frontend_public_hostname }}/fullchain.pem
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
ServerAlias {{ copr_frontend_public_hostname }}
|
{% if not devel %}
|
||||||
|
ServerAlias copr.fedoraproject.org
|
||||||
Redirect 302 / https://{{ copr_frontend_public_hostname }}/
|
Redirect 302 / https://copr.fedorainfracloud.org/
|
||||||
|
{% endif %}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue