From bb9e34db0f96295c5c2104262f43a3ab0edbc060 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 25 Jan 2021 14:50:21 +0300 Subject: Add new Supervisor test in the http plugin Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10) --- tests/plugins/http/configs/.rr-fcgi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/http/configs/.rr-fcgi.yaml') diff --git a/tests/plugins/http/configs/.rr-fcgi.yaml b/tests/plugins/http/configs/.rr-fcgi.yaml index 483da057..bd5d01bd 100644 --- a/tests/plugins/http/configs/.rr-fcgi.yaml +++ b/tests/plugins/http/configs/.rr-fcgi.yaml @@ -26,7 +26,7 @@ http: redirect: false cert: fixtures/server.crt key: fixtures/server.key - # rootCa: root.crt + # root_ca: root.crt fcgi: address: tcp://0.0.0.0:6920 http2: -- cgit v1.2.3