1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 10:55:37 +00:00
Files
boring-nginx
Dockerfile
README.md
headers_params
nginx.conf
ngxpasswd
ngxproxy
proxy_params
run.sh
ssl_params
vhost_http.conf
vhost_https.conf
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/boring-nginx/headers_params
2016-10-01 17:46:27 +02:00

4 lines
127 B
Plaintext

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