mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Disable keepalive for Safari in nginx vod location (#13909)
This commit is contained in:
parent
af84af7b7a
commit
b81a8d26e4
@ -104,6 +104,8 @@ http {
|
||||
|
||||
add_header Cache-Control "no-store";
|
||||
expires off;
|
||||
|
||||
keepalive_disable safari;
|
||||
}
|
||||
|
||||
location /stream/ {
|
||||
|
Loading…
Reference in New Issue
Block a user