Add ingress support to prowlarr

This commit is contained in:
Alexandre
2026-01-19 15:20:09 +01:00
parent cd75c0613f
commit 841e86cb95
14 changed files with 334 additions and 3 deletions

View File

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