X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Fadd-apache-vhost%2Ftemplates%2Fvhost.conf;fp=playbooks%2Fdebian%2Froles%2Fadd-apache-vhost%2Ftemplates%2Fvhost.conf;h=304b9b433a9fafe2e32aa2d16304d7aa4f652e53;hb=ee3b9ee58f8d7ce69577a878712cee3889fd0585;hp=f0defef69e44a4895118666051ea9c8702956779;hpb=1d8e90526553fb429b5fb0f33c14e7917f8155a4;p=ansible.git diff --git a/playbooks/debian/roles/add-apache-vhost/templates/vhost.conf b/playbooks/debian/roles/add-apache-vhost/templates/vhost.conf index f0defef..304b9b4 100644 --- a/playbooks/debian/roles/add-apache-vhost/templates/vhost.conf +++ b/playbooks/debian/roles/add-apache-vhost/templates/vhost.conf @@ -44,7 +44,7 @@ AddDefaultCharset utf-8 ProxyRequests Off -SSLEngine on +SSLEngine off #Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" #Header always set X-Content-Type-Options nosniff #Header always set X-Frame-Options DENY @@ -64,9 +64,9 @@ SSLProxyEngine off #SSLUseStapling on SSLVerifyClient none -SSLCACertificateFile /etc/apache2/ssl/CA.crt -SSLCertificateFile /etc/apache2/ssl/{{ virtual_host }}.crt -SSLCertificateKeyFile /etc/apache2/ssl/{{ virtual_host }}.key +#SSLCACertificateFile /etc/apache2/ssl/CA.crt +#SSLCertificateFile /etc/apache2/ssl/{{ virtual_host }}.crt +#SSLCertificateKeyFile /etc/apache2/ssl/{{ virtual_host }}.key SSLRequireSSL