Files

9 lines
201 B
Plaintext
Raw Permalink Normal View History

root /dev/null;
server_name $hostname;
client_max_body_size 512m;
2019-04-24 17:08:05 +02:00
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;