A basic Nginx image that's compatible with Raspberry Pi. Automated builds are pushed whenever a new version of Nginx becomes available. All versions have http & https support, since version 1.9 there's also http2 support.
1.13.0,1.13.1,latest(Dockerfile)1.12.01.11.11,1.11.12,1.11.13, (Dockerfile)1.10.1,1.10.2,1.10.3(Dockerfile)1.9.13,1.9.14,1.9.15(Dockerfile)
Nginx (pronounced "engine-x") is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The nginx project started with a strong focus on high concurrency, high performance and low memory usage. It is licensed under the 2-clause BSD-like license and it runs on Linux, BSD variants, Mac OS X, Solaris, AIX, HP-UX, as well as on other *nix flavors. It also has a proof of concept port for Microsoft Windows.
