pagure: fix up some more letsencrypt paths
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2c6a49e268
commit
33bf682fd5
1 changed files with 4 additions and 4 deletions
|
@ -133,12 +133,12 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
|||
|
||||
{% if env == 'pagure-staging' %}
|
||||
SSLCertificateFile /etc/pki/tls/certs/stg.pagure.org.cert
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/stg.pagure.org.intermediate.crt
|
||||
SSLCertificateKeyFile /etc/pki/tls/certs/stg.pagure.org.key
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/stg.pagure.org.intermediate.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/stg.pagure.org.key
|
||||
{% else %}
|
||||
SSLCertificateFile /etc/pki/tls/certs/pagure.org.cert
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/pagure.org.intermediate.crt
|
||||
SSLCertificateKeyFile /etc/pki/tls/certs/pagure.org.key
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/pagure.org.intermediate.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/pagure.org.key
|
||||
{% endif %}
|
||||
{% if env == 'pagure-staging' %}
|
||||
Redirect permanent / https://stg.pagure.io/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue