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