Sfoglia il codice sorgente

remove comments from nginx.conf

Jason Hunter 4 anni fa
parent
commit
acdfd1ccc4
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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;
 }