From 4d60db85d1c0bfeddffe1de3e28d3464949c5f6d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 21 Jan 2021 20:15:10 +0300 Subject: Allow https to listen on unix sockets --- tests/plugins/http/configs/.rr-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/http/configs/.rr-init.yaml') diff --git a/tests/plugins/http/configs/.rr-init.yaml b/tests/plugins/http/configs/.rr-init.yaml index b541e6de..01b90b44 100644 --- a/tests/plugins/http/configs/.rr-init.yaml +++ b/tests/plugins/http/configs/.rr-init.yaml @@ -26,7 +26,7 @@ http: destroy_timeout: 60s ssl: - port: 8892 + address: :8892 redirect: false cert: fixtures/server.crt key: fixtures/server.key -- cgit v1.2.3