forked from Github/frigate
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";
|
||||
expires off;
|
||||
|
||||
keepalive_disable safari;
|
||||
}
|
||||
|
||||
location /stream/ {
|
||||
|
||||
Reference in New Issue
Block a user