Skip to content

hExPY/nginx_proxy_for_vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published