retrace: run this on prod too

This commit is contained in:
Miroslav Suchý 2020-09-22 19:09:28 +02:00
parent 5e40a04c86
commit f9b3be2676

View file

@ -6,13 +6,9 @@
SSLHonorCipherOrder on
Header always add Strict-Transport-Security "max-age=31536000; preload"
{% if not devel %}
# NA
{% else %}
SSLCertificateFile /etc/letsencrypt/live/{{ public_hostname }}/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/{{ public_hostname }}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/{{ public_hostname }}/fullchain.pem
{% endif %}
ServerName {{ public_hostname }}