From c861b10f84220568578fc3010018c1ff429345c2 Mon Sep 17 00:00:00 2001
From: Carsten Patzke <carsten.patzke@desy.de>
Date: Tue, 7 Apr 2020 14:41:28 +0200
Subject: [PATCH] Disabled daemon mode for nginx automatic tests

---
 tests/automatic/settings/nginx.conf.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/automatic/settings/nginx.conf.tpl b/tests/automatic/settings/nginx.conf.tpl
index 782384a11..bf598bc5b 100644
--- a/tests/automatic/settings/nginx.conf.tpl
+++ b/tests/automatic/settings/nginx.conf.tpl
@@ -1,5 +1,5 @@
 worker_processes  1;
-
+daemon off;
 events {
     worker_connections  1024;
 }
-- 
GitLab