Ingress addition test

https://github.com/alexbelgium/hassio-addons/issues/649
This commit is contained in:
Alexandre
2023-01-26 17:32:25 +01:00
parent a9c00d4c97
commit 790ea51702
26 changed files with 471 additions and 13 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;