Ingress addition

This commit is contained in:
Alexandre
2022-05-20 15:16:33 +02:00
parent f27adf81b5
commit 1aa3137392
16 changed files with 255 additions and 11 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;