ingress test

This commit is contained in:
Alexandre
2021-08-02 11:25:58 +02:00
parent eda00aef83
commit b5da6c31e9
12 changed files with 221 additions and 9 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;