mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-05 07:27:11 +08:00
Disable keepalive for Safari in nginx vod location (#13909)
This commit is contained in:
@@ -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/ {
|
||||||
|
Reference in New Issue
Block a user