From 39d4a77619ee820c103ae55afb2ce88a2510d38f Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sun, 25 Jul 2021 08:04:39 +0300 Subject: [PATCH] Disabled rtmp modult by default --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index df70c3c..efdcaef 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,7 +2,7 @@ worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; load_module /etc/nginx/modules/ngx_http_geoip2_module.so; # GeoIP2 -load_module /etc/nginx/modules/ngx_rtmp_module.so; +#load_module /etc/nginx/modules/ngx_rtmp_module.so; events { worker_connections 1024; } @@ -98,4 +98,4 @@ http { } #=================Configuration Files=================# include /etc/nginx/conf.d/*.conf; -} +} \ No newline at end of file