Skip to content

Commit

Permalink
Merge pull request #63 from DiUS/feat/lowercase-env-vars
Browse files Browse the repository at this point in the history
feat: allow lowercase http_proxy env vars in config
  • Loading branch information
bethesque authored Feb 26, 2018
2 parents b7669ae + 3f4cde2 commit a9f26e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container/etc/nginx/main.d/pactbroker-env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a9f26e5

Please sign in to comment.