Gareth Flowers

Software Engineer

Nginx Reverse Proxy

Docker based Nginx instance configured for use as a Reverse Proxy.

How to use this image

Start a Nginx instance

To start a container use the following:

docker run \
	--name some-nginx-proxy \
	--publish 80 \
	--publish 443 \
	garethflowers/nginx-proxy

License