retrace: run this on prod too
This commit is contained in:
parent
5e40a04c86
commit
f9b3be2676
1 changed files with 0 additions and 4 deletions
|
@ -6,13 +6,9 @@
|
||||||
SSLHonorCipherOrder on
|
SSLHonorCipherOrder on
|
||||||
Header always add Strict-Transport-Security "max-age=31536000; preload"
|
Header always add Strict-Transport-Security "max-age=31536000; preload"
|
||||||
|
|
||||||
{% if not devel %}
|
|
||||||
# NA
|
|
||||||
{% else %}
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/{{ public_hostname }}/cert.pem
|
SSLCertificateFile /etc/letsencrypt/live/{{ public_hostname }}/cert.pem
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/{{ public_hostname }}/privkey.pem
|
SSLCertificateKeyFile /etc/letsencrypt/live/{{ public_hostname }}/privkey.pem
|
||||||
SSLCertificateChainFile /etc/letsencrypt/live/{{ public_hostname }}/fullchain.pem
|
SSLCertificateChainFile /etc/letsencrypt/live/{{ public_hostname }}/fullchain.pem
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
ServerName {{ public_hostname }}
|
ServerName {{ public_hostname }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue