xoxys.nginx/templates/etc/nginx/conf.d/header.conf.j2
2017-07-15 22:33:16 +02:00

7 lines
226 B
Django/Jinja

# {{ ansible_managed }}
# default header settings
add_header Strict-Transport-Security max-age=63072000;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";