Add ingress

This commit is contained in:
Alexandre
2023-02-04 12:32:32 +01:00
parent 043335cda9
commit 3fe3e23e07
17 changed files with 364 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
root /app/readarr/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;