ingress addition

This commit is contained in:
Alexandre
2021-04-05 11:27:02 +02:00
parent c6827780a9
commit 1dcd07b4bb
14 changed files with 281 additions and 22 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;