ansible-config/roles/nginx/files/snippets/header-hsts.conf

5 lines
192 B
Plaintext
Raw Normal View History

2020-03-23 20:43:06 +01:00
add_header Expect-CT "max-age=86400, enforce" always;
add_header Strict-Transport-Security "max-age=31536000" always;
proxy_hide_header Expect-CT;
2018-11-16 22:34:59 +01:00
proxy_hide_header Strict-Transport-Security;