mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
retrace: run this on prod too
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user