mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Appease the linter
This commit is contained in:
parent
6416c12c5a
commit
a72a9d5c2c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ location __PATH__/ {
|
||||||
# Disable a specific header for compatability with LG TV app
|
# Disable a specific header for compatability with LG TV app
|
||||||
# Fixes https://github.com/YunoHost-Apps/jellyfin_ynh/issues/125
|
# Fixes https://github.com/YunoHost-Apps/jellyfin_ynh/issues/125
|
||||||
if ($http_user_agent ~ Web0S) {
|
if ($http_user_agent ~ Web0S) {
|
||||||
more_set_headers X-Frame-Options : "";
|
more_set_headers "X-Frame-Options : ";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
|
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
|
||||||
|
|
Loading…
Add table
Reference in a new issue