Disable keepalive for Safari in nginx vod location (#13909)

This commit is contained in:
ofcedwards 2024-09-23 10:02:50 -04:00 committed by GitHub
parent af84af7b7a
commit b81a8d26e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,8 @@ http {
add_header Cache-Control "no-store";
expires off;
keepalive_disable safari;
}
location /stream/ {