mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
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;
|