From f9b3be2676a50fe08594bde7ecd63fbef8ce4e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 22 Sep 2020 19:09:28 +0200 Subject: [PATCH] retrace: run this on prod too --- roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 b/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 index f8812cc038..6870d39190 100644 --- a/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 +++ b/roles/abrt/faf-pre/templates/httpd/retrace_ssl.conf.j2 @@ -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 }}