feat: Ingress addition

This commit is contained in:
Alexandre
2022-04-19 22:01:20 +02:00
parent de414c5b02
commit ff03c698ae
16 changed files with 290 additions and 12 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;