NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.*
Builds from the official nginx docker image. Sticks to a latest (mainline) version.
Configuration based on various production systems configs normalized to sane defaults.
- conf.d/ - Config includes reusable across the sites.
- sites-available/ - Sites available on server.
- nginx.conf - Nginx main config.
- sites-enabled.conf - Enabled sites list.
See detailed description of files and directories.
Deploy with docker using embedded ops-docker tool.
Scripts available:
scripts/start
for launching local instance.scripts/rollout
for rolling out to remote host andscripts/rollback
for rolling back.