Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 992 Bytes

title

NGINX As Reverse Proxy For Hashicorp Vault

I created a Blog Post which explains how to set up an NGINX as a reverse proxy / load balancer for Hashicorp Vault.

All examples can be found in this repository.

NGINX - Named Locations

You can run the Named Locations example with the following commands.

# $: cd named_locations
# $: chmod u+x run.sh
# $: ./run.sh

When the container is started you are able to open the NGINX with the following routes:

NGINX - Upstreams

You can run the Upstreams example with the following commands.

# $: cd upstreams
# $: chmod u+x run.sh
# $: ./run.sh

When the container is started you are able to open the NGINX with the following routes: