remove comments from nginx.conf

This commit is contained in:
Jason Hunter
2021-05-22 07:48:44 -05:00
committed by Blake Blackshear
parent 315a13e1ce
commit acdfd1ccc4
-3
View File
@@ -3,9 +3,6 @@ worker_processes 1;
error_log /usr/local/nginx/logs/error.log warn; error_log /usr/local/nginx/logs/error.log warn;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
# load_module "modules/ngx_rtmp_module.so";
# load_module "modules/ngx_http_vod_module.so";
events { events {
worker_connections 1024; worker_connections 1024;
} }