From a97b277f53627daa4d5bab16f7755aac37b3d66c Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Fri, 1 Jun 2018 14:50:08 +0200
Subject: [PATCH] disable nginx logs

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

diff --git a/tests/automatic/settings/nginx.conf.tpl b/tests/automatic/settings/nginx.conf.tpl
index 5d7672054..3b7a2b66d 100644
--- a/tests/automatic/settings/nginx.conf.tpl
+++ b/tests/automatic/settings/nginx.conf.tpl
@@ -13,6 +13,8 @@ http {
 
 #    keepalive_timeout  0;
 #    keepalive_timeout  65;
+    access_log  off;
+    error_log off;
 
     resolver 127.0.0.1:8600 valid=1s;
     server {
-- 
GitLab