Ingress addition

This commit is contained in:
Alexandre
2023-02-04 10:52:00 +01:00
parent 314a73e5ba
commit f4b1535a2d
14 changed files with 260 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
root /app/radarr/bin/UI;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;