webinoly/templates/nginx/common/headers-http.conf

5 lines
177 B
Plaintext
Raw Normal View History

add_header X-Cache-Status $upstream_cache_status;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";