xoxys.nginx/templates/etc/nginx/conf.d/header.conf.j2

6 lines
171 B
Plaintext
Raw Normal View History

2017-07-15 17:24:48 +02:00
# {{ ansible_managed }}
2017-07-15 22:33:16 +02:00
# default header settings
2017-07-15 17:24:48 +02:00
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";