浏览代码

remove comments from nginx.conf

Jason Hunter 4 年之前
父节点
当前提交
acdfd1ccc4
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      nginx/nginx.conf

+ 0 - 3
nginx/nginx.conf

@@ -3,9 +3,6 @@ worker_processes  1;
 error_log  /usr/local/nginx/logs/error.log warn;
 pid        /var/run/nginx.pid;
 
-# load_module "modules/ngx_rtmp_module.so";
-# load_module "modules/ngx_http_vod_module.so";
-
 events {
     worker_connections  1024;
 }