diff --git a/docker/rootfs/usr/local/nginx/conf/nginx.conf b/docker/rootfs/usr/local/nginx/conf/nginx.conf index 5a5a4944f..94e93b516 100644 --- a/docker/rootfs/usr/local/nginx/conf/nginx.conf +++ b/docker/rootfs/usr/local/nginx/conf/nginx.conf @@ -52,20 +52,6 @@ http { server { listen 5000; - # vod settings - vod_base_url ''; - vod_segments_base_url ''; - vod_mode mapped; - vod_max_mapping_response_size 1m; - vod_upstream_location /api; - vod_align_segments_to_key_frames on; - vod_manifest_segment_durations_mode accurate; - vod_ignore_edit_list on; - - # vod caches - vod_metadata_cache metadata_cache 512m; - vod_mapping_cache mapping_cache 5m 10m; - # gzip manifests gzip on; gzip_types application/vnd.apple.mpegurl; @@ -77,20 +63,6 @@ http { open_file_cache_errors on; aio on; - location /vod/ { - vod hls; - - secure_token $args; - secure_token_types application/vnd.apple.mpegurl; - - add_header Access-Control-Allow-Headers '*'; - add_header Access-Control-Expose-Headers 'Server,range,Content-Length,Content-Range'; - add_header Access-Control-Allow-Methods 'GET, HEAD, OPTIONS'; - add_header Access-Control-Allow-Origin '*'; - add_header Cache-Control "no-store"; - expires off; - } - location /stream/ { add_header Cache-Control "no-store"; expires off;