├── Dockerfile ├── LICENSE ├── README.md ├── default └── default-ssl /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-nginx/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-nginx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-nginx/HEAD/README.md -------------------------------------------------------------------------------- /default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-nginx/HEAD/default -------------------------------------------------------------------------------- /default-ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/orchardup/docker-nginx/HEAD/default-ssl --------------------------------------------------------------------------------