This commit is contained in:
Alexandre
2023-03-17 09:34:39 +01:00
committed by GitHub
parent 070f8a19cd
commit fde295b84b
22 changed files with 1328 additions and 0 deletions

View File

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