Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 290 Bytes

nginx-proxy-upstream is a upstream companion for the nginx-proxy.

Usage

$ docker run -d \
    --name nginx-upstream-somename \
    -e VIRTUAL_HOST=foo.bar.com \
    -e UPSTREAM=192.168.12.34:1234 \
    lonwern/nginx-proxy-upstream