This repo contains the configuration for an Nginx reverse web proxy Docker container. Pushes to this repo triggers a build in Docker Hub.
Set the "PROXY_TARGET" environment variable to configure where the HTTP requests will go to.
The following docker run
example shows how to set a container named "wordpress" as the proxy target:
docker run -d --name nginx-proxy --rm --env "PROXY_TARGET=wordpress" --link wordpress -p 80:80 justinwilson/nginx-config
Any bugs or issues should be submitted to the github repo.