Sign inSign up

byjg/nginx-extras

By byjg

Updated about 15 hours ago

Nginx extended: provides a version of nginx with the standard modules, plus extra features & modules

Image
6

500K+

byjg/nginx-extras repository overview

Nginx extras (all modules)

Opensource ByJG GitHub source GitHub license GitHub release

Nginx extended version: provides a version of nginx with the standard modules, plus extra features and modules, this container is based on Alpine Linux and the nginx is compiled from the source code.

Tags:

  • 1.21, latest
  • 1.20
  • 1.19
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10

STANDARD HTTP MODULES:

Core, Access, Auth Basic, Auto Index, Browser, Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, SSI, Upstream, User ID, UWSGI.

OPTIONAL HTTP MODULES:

Addition, Debug, Embedded Perl, FLV, GeoIP, Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP, Secure Link, Spdy, SSL, Stub Status, Substitution, WebDAV, XSLT.

MAIL MODULES:

Mail Core, IMAP, POP3, SMTP, SSL.

THIRD PARTY MODULES:

Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua, Fancyindex, HttpHeadersMore, HTTP Substitution Filter, http push, Nginx Development Kit, Upload Progress, Upstream Fair Queue.

Usage

Important volume mappings
  • /var/www/html - Root folder
  • /etc/nginx/conf.d/ - configuration folder
$ docker run  -v /path/to/html:/var/www/html -p 8080:80 byjg/nginx-extras

If you want to setup your own configuration run:

$ docker run  -v /path/to/html:/var/www/html -v /path/to/sites-enabled:/etc/nginx/conf.d -p 8080:80 byjg/nginx-extras

Note

This Dockerfile uses code from :

I removed a lot of things and simplify some code.


Open source ByJG

Tag summary

Content type

Image

Digest

sha256:61a5adf9b

Size

35.9 MB

Last updated

about 15 hours ago

docker pull byjg/nginx-extras