Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 423 Bytes

nginx

Docker nginx container that auto configures itself based on keys in etcd.

Begin

The overall structure of the keys is

/nginx/

To configure a basic application you must provide /nginx//domain & /nginx//domain/upstream/*

Any entries inside of the upstream folder contain HOST:PORT mappings.

The container will then generate the appropriate nginx config files for teh virtual host.