From 50e3e2355fe5f66a46eaa23829738493cce761db Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 24 Feb 2023 17:36:27 -0500 Subject: [PATCH] disable keepalive for MTA-STS --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c05c27fe..471e2daf 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -423,6 +423,8 @@ http { root /srv/mta-sts; + keepalive_timeout 0; + include snippets/security-headers.conf; add_header Cross-Origin-Resource-Policy "same-origin" always;