ansible-config/roles/nginx/files/snippets/header-hsts.conf
Alexander Dietrich bbb7c76eef Update nginx role
2020-03-23 20:43:06 +01:00

5 lines
192 B
Plaintext

add_header Expect-CT "max-age=86400, enforce" always;
add_header Strict-Transport-Security "max-age=31536000" always;
proxy_hide_header Expect-CT;
proxy_hide_header Strict-Transport-Security;