From 3dec42cf9e1e2103ec20a5c42ff80bdfa9c5ba66 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 17 Dec 2022 13:29:27 -0700 Subject: [PATCH] Fix tabs / sspaces --- docker/rootfs/usr/local/nginx/conf/nginx.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/rootfs/usr/local/nginx/conf/nginx.conf b/docker/rootfs/usr/local/nginx/conf/nginx.conf index a8e5ca1b9..b36c81ea1 100644 --- a/docker/rootfs/usr/local/nginx/conf/nginx.conf +++ b/docker/rootfs/usr/local/nginx/conf/nginx.conf @@ -68,12 +68,12 @@ http { vod_hls_mpegts_align_frames off; vod_hls_mpegts_interleave_frames on; - # file handle caching / aio - open_file_cache max=1000 inactive=5m; - open_file_cache_valid 2m; - open_file_cache_min_uses 1; - open_file_cache_errors on; - aio on; + # file handle caching / aio + open_file_cache max=1000 inactive=5m; + open_file_cache_valid 2m; + open_file_cache_min_uses 1; + open_file_cache_errors on; + aio on; # https://github.com/kaltura/nginx-vod-module#vod_open_file_thread_pool vod_open_file_thread_pool default;