diff --git a/nginx_ingest.conf b/nginx_ingest.conf index 8311f80..63d877f 100644 --- a/nginx_ingest.conf +++ b/nginx_ingest.conf @@ -1,3 +1,4 @@ +daemon off; worker_processes 1; events { worker_connections 1024; diff --git a/nginx_restream.conf b/nginx_restream.conf index c4df272..51ea3f2 100644 --- a/nginx_restream.conf +++ b/nginx_restream.conf @@ -1,3 +1,4 @@ +daemon off; worker_processes 1; events { worker_connections 1024; diff --git a/startscript.sh b/startscript.sh index 5198138..4151351 100644 --- a/startscript.sh +++ b/startscript.sh @@ -43,4 +43,4 @@ else fi fi -nginx -g daemon off; \ No newline at end of file +nginx \ No newline at end of file