This commit is contained in:
Alexandre
2021-08-03 21:09:31 +02:00
parent 3af65ff154
commit b87fe7a5c1
10 changed files with 330 additions and 123 deletions

View File

@@ -0,0 +1,6 @@
root /dev/null;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;