Sign inSign up

boky/nginx

By boky

Updated over 8 years ago

NGINX kitchen sink repository based on OpenResty and Alpine Linux.

Image
1

2.5K

boky/nginx repository overview

This is a build of the latest nginx from OpenResty (https://openresty.org/), which includes a few additional modules.

The NGINX also includes a full Lua JIT and Perl interpreter and is compiled with all the modules which do not create a log of dependencies:

CommandModule
--add-module=/root/nginx_ajp_moduleAJP module
--add-module=/root/ngx_brotli_moduleBrotli
--add-module=/root/nginx_upstream_check_moduleupstream check module
--with-threadsthread module
--with-file-aiofile AIO module
--with-luajitLua
--with-pcre-jitPCRE JIT
--with-ipv6IPv6 support
--with-http_iconv_moduleICONV module
--with-streamStream module
--with-stream_ssl_moduleSSL support for stream module
--with-http_slice_moduleHTTP slice module
--with-http_ssl_moduleSSL
--with-http_v2_moduleHTTP v2
--with-http_realip_moduleRealIP
--with-http_addition_moduleAdding Header and footer
--with-http_sub_moduleSub module
--with-http_dav_moduleWebDAV support for Nginx
--with-http_flv_modulePseudo-streaming for FLV
--with-http_mp4_modulePseudo-streaming for MP4
--with-http_gunzip_moduleAuto decompress GZIP files for clients
--with-http_gzip_static_moduleGZip static files
--with-http_random_index_moduleRandomly serve a file from directory
--with-http_secure_link_moduleCheck the authenticity of requested links
--with-http_auth_request_moduleAuth based on another request
--with-http_stub_status_moduleBasic status information
--with-http_xslt_module=dynamicTransform XML using XSLT
--with-http_image_filter_module=dynamicTransform images in JPEG, GIF, PNG and WebP
--with-http_geoip_module=dynamicGeoIP headers
--with-http_perl_module=dynamicPerl
--with-mailMail module
--with-mail_ssl_moduleSSL support for mail

Notably absent are:

  • SSI, SCGI and UWSGI support
  • Postgres support (requires client libraries, which are version dependent)

The image also includes logrotate to automatically HUP the NGINX and to rotate your logs in /var/log/nginx/ directory and its subdirectories.

Tag summary

Content type

Image

Digest

Size

62.2 MB

Last updated

over 8 years ago

docker pull boky/nginx