Browse Source

remove comments from nginx.conf

Jason Hunter 4 năm trước cách đây
mục cha
commit
acdfd1ccc4
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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;
 }