Fix tabs / sspaces

This commit is contained in:
Nick Mowen 2022-12-17 13:29:27 -07:00
parent 62a9cb612f
commit 3dec42cf9e

View File

@ -68,12 +68,12 @@ http {
vod_hls_mpegts_align_frames off; vod_hls_mpegts_align_frames off;
vod_hls_mpegts_interleave_frames on; vod_hls_mpegts_interleave_frames on;
# file handle caching / aio # file handle caching / aio
open_file_cache max=1000 inactive=5m; open_file_cache max=1000 inactive=5m;
open_file_cache_valid 2m; open_file_cache_valid 2m;
open_file_cache_min_uses 1; open_file_cache_min_uses 1;
open_file_cache_errors on; open_file_cache_errors on;
aio on; aio on;
# https://github.com/kaltura/nginx-vod-module#vod_open_file_thread_pool # https://github.com/kaltura/nginx-vod-module#vod_open_file_thread_pool
vod_open_file_thread_pool default; vod_open_file_thread_pool default;