remove duplicate ssl stuff thats overriding the proper config

This commit is contained in:
Kevin Fenzi 2018-09-05 00:01:27 +00:00
parent 627f9db033
commit ee3afcdbf4
2 changed files with 0 additions and 6 deletions

View file

@ -62,8 +62,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
SSLCertificateKeyFile /etc/letsencrypt/live/{{ external_hostname }}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/{{ external_hostname }}/fullchain.pem
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:AES128-SHA:ALL:!ADH:!EXP:!LOW:!MD5:!SSLV2:!NULL
SSLProtocol ALL -SSLv2
Alias /static /usr/lib/python2.7/site-packages/pagure/static/
@ -125,8 +123,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
SSLCertificateKeyFile /etc/letsencrypt/live/{{ external_hostname }}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/{{ external_hostname }}/fullchain.pem
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:AES128-SHA:ALL:!ADH:!EXP:!LOW:!MD5:!SSLV2:!NULL
SSLProtocol ALL -SSLv2
# Configure static files so that a custom theme can override the defaults
RewriteEngine on

View file

@ -25,8 +25,6 @@
SSLCertificateKeyFile /etc/letsencrypt/live/{{ external_hostname }}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/{{ external_hostname }}/fullchain.pem
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:AES128-SHA:ALL:!ADH:!EXP:!LOW:!MD5:!SSLV2:!NULL
SSLProtocol ALL -SSLv2
DocumentRoot "{{ ufmonitor_home }}"