Explorar o código

remove comments from nginx.conf

Jason Hunter %!s(int64=4) %!d(string=hai) anos
pai
achega
acdfd1ccc4
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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;
 }