parent
173c68df67
commit
311a60d262
1 changed files with 0 additions and 5 deletions
|
@ -68,8 +68,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLProtocol {{ ssl_protocols }}
|
SSLProtocol {{ ssl_protocols }}
|
||||||
SSLCipherSuite {{ ssl_ciphers }}
|
SSLCipherSuite {{ ssl_ciphers }}
|
||||||
Protocols h2 http/1.1
|
|
||||||
|
|
||||||
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
||||||
Header always add Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
Header always add Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||||
|
|
||||||
|
@ -126,7 +124,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
SSLCertificateFile /etc/pki/tls/certs/docs.pagure.org.crt
|
SSLCertificateFile /etc/pki/tls/certs/docs.pagure.org.crt
|
||||||
SSLCertificateChainFile /etc/pki/tls/certs/docs.pagure.org.intermediate.crt
|
SSLCertificateChainFile /etc/pki/tls/certs/docs.pagure.org.intermediate.crt
|
||||||
SSLCertificateKeyFile /etc/pki/tls/certs/docs.pagure.org.key
|
SSLCertificateKeyFile /etc/pki/tls/certs/docs.pagure.org.key
|
||||||
Protocols h2 http/1.1
|
|
||||||
{% if env == 'pagure-staging' %}
|
{% if env == 'pagure-staging' %}
|
||||||
Redirect permanent / https://stg.pagure.io/
|
Redirect permanent / https://stg.pagure.io/
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -147,7 +144,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLProtocol {{ ssl_protocols }}
|
SSLProtocol {{ ssl_protocols }}
|
||||||
SSLCipherSuite {{ ssl_ciphers }}
|
SSLCipherSuite {{ ssl_ciphers }}
|
||||||
Protocols h2 http/1.1
|
|
||||||
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
||||||
Header always add Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
Header always add Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||||
|
|
||||||
|
@ -180,7 +176,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
AddType application/octet-stream msi
|
AddType application/octet-stream msi
|
||||||
Protocols h2 http/1.1
|
|
||||||
|
|
||||||
<Directory />
|
<Directory />
|
||||||
Options +Indexes
|
Options +Indexes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue