Disable keepalive for Safari in nginx vod location

This commit is contained in:
ofcedwards 2024-09-23 09:44:20 -04:00 committed by GitHub
parent 0f813962be
commit 986cffe96d
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"; add_header Cache-Control "no-store";
expires off; expires off;
keepalive_disable safari;
} }
location /stream/ { location /stream/ {