mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Disable keepalive for Safari in nginx vod location
This commit is contained in:
parent
0f813962be
commit
986cffe96d
@ -104,6 +104,8 @@ http {
|
|||||||
|
|
||||||
add_header Cache-Control "no-store";
|
add_header Cache-Control "no-store";
|
||||||
expires off;
|
expires off;
|
||||||
|
|
||||||
|
keepalive_disable safari;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /stream/ {
|
location /stream/ {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user