aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/resources
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2023-03-06 09:46:11 -0800
committerFlorin Coras <fcoras@cisco.com>2023-03-06 11:16:19 -0800
commit87767d82d77b75e8b7bc5da11c94f29cb035ed47 (patch)
tree644e2a07356d456885254f4d729cfac736a6bce8 /extras/hs-test/resources
parent2d3da8054bab654f36c26a04557c073b12594530 (diff)
hs-test: nginx mirroring test improvements
- avoid setting LD_PRELOAD for container - save nginx error log to shared volume - reduce test run time to 10s - add vcl and ldp debug env variables to docker file. Default to disabled. Type: test Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I401ac74e7c0ebe87befedb44150b04f773f244ea
Diffstat (limited to 'extras/hs-test/resources')
-rw-r--r--extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf b/extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf
index bf15d1cdb7f..56debf5c290 100644
--- a/extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf
+++ b/extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf
@@ -1,8 +1,10 @@
-user root;
+master_process on;
worker_processes 4;
worker_rlimit_nofile 102400;
daemon off;
+error_log /tmp/nginx/error.log;
+
events {
use epoll;
worker_connections 102400;