From 7fa624bb94a795535e5e427ca95e9597d742dd38 Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Sat, 3 Oct 2020 22:22:58 -0700 Subject: [PATCH] Update ssl.conf --- nginx/snippets/ssl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx/snippets/ssl.conf b/nginx/snippets/ssl.conf index 5127a81..08a69bf 100644 --- a/nginx/snippets/ssl.conf +++ b/nginx/snippets/ssl.conf @@ -12,4 +12,5 @@ ssl_stapling_verify on; resolver 127.0.0.1:53 1.1.1.1:53 1.0.0.1:53 '[2606:4700:4700::1111]:53' '[2606:4700:4700::1001]:53' valid=300s; resolver_timeout 30s; -add_header Strict-Transport-Security "max-age=31536000"; +# Not needed normally as mailcow has this already set. +#add_header Strict-Transport-Security "max-age=31536000";