test ingress

This commit is contained in:
Alexandre
2023-02-03 16:35:34 +01:00
parent 87462bde2b
commit 65149c01bb
13 changed files with 241 additions and 3 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;