Ingress addition

This commit is contained in:
Alexandre
2023-02-26 16:01:34 +01:00
parent e8150111e7
commit d48ac5ea68
13 changed files with 235 additions and 157 deletions

View File

@@ -0,0 +1,5 @@
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;