1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-01-07 00:06:57 +01:00

remove comments from nginx.conf

This commit is contained in:
Jason Hunter 2021-05-18 12:40:06 -04:00 committed by Blake Blackshear
parent 315a13e1ce
commit acdfd1ccc4

View File

@ -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;
}