From 3f4cde2a4f9004ab4e585d0750dcfeedeb1f9984 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 26 Feb 2018 15:31:28 +1100 Subject: [PATCH] feat(env): allow lowercase env vars for http requests --- container/etc/nginx/main.d/pactbroker-env.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container/etc/nginx/main.d/pactbroker-env.conf b/container/etc/nginx/main.d/pactbroker-env.conf index 035e0ad..aaad977 100644 --- a/container/etc/nginx/main.d/pactbroker-env.conf +++ b/container/etc/nginx/main.d/pactbroker-env.conf @@ -7,6 +7,9 @@ env PACT_BROKER_DATABASE_PORT; env PACT_BROKER_BASIC_AUTH_USERNAME; env PACT_BROKER_BASIC_AUTH_PASSWORD; env PACT_BROKER_LOG_LEVEL; +env http_proxy; +env https_proxy; +env no_proxy; env HTTP_PROXY; env HTTPS_PROXY; env NO_PROXY; \ No newline at end of file