From a3c6b991661ab9eb2179f9f601b3b181f51ad41c Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 26 Feb 2018 10:48:11 +1100 Subject: [PATCH] feat(env): allow env vars to configure http requests Implements nginx environment for https://github.com/pact-foundation/pact_broker/pull/193 --- 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 30af19a..035e0ad 100644 --- a/container/etc/nginx/main.d/pactbroker-env.conf +++ b/container/etc/nginx/main.d/pactbroker-env.conf @@ -7,3 +7,6 @@ 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; \ No newline at end of file