test ingress

This commit is contained in:
Alexandre
2024-04-22 13:36:34 +02:00
parent 4f69ade732
commit 3f3b13b6dc
13 changed files with 268 additions and 4 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;