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:
parent
315a13e1ce
commit
acdfd1ccc4
@ -3,9 +3,6 @@ worker_processes 1;
|
|||||||
error_log /usr/local/nginx/logs/error.log warn;
|
error_log /usr/local/nginx/logs/error.log warn;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
# load_module "modules/ngx_rtmp_module.so";
|
|
||||||
# load_module "modules/ngx_http_vod_module.so";
|
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user