diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-24 17:36:27 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-24 17:37:26 -0500 |
| commit | 50e3e2355fe5f66a46eaa23829738493cce761db (patch) | |
| tree | 2b9861d8b1cef3d41373b33f2d25a74980f09bb8 | |
| parent | ca37be33657ff73c0720ce983969857002303164 (diff) | |
disable keepalive for MTA-STS
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
