From 729c6c0235f154b3e44e65561656260ba03b6c90 Mon Sep 17 00:00:00 2001 From: Torma Kristof Date: Sat, 19 Sep 2020 22:40:18 +0200 Subject: [PATCH] daemon off in config --- nginx_ingest.conf | 1 + nginx_restream.conf | 1 + startscript.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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