All Projects → Zenithar → Nano Nginx

Zenithar / Nano Nginx

Nano container with nginx preconfigured as reverse proxy

Projects that are alternatives of or similar to Nano Nginx

Nginx Ee
Automated Nginx compilation from sources with additional modules support. Compatible with WordOps, EasyEngine & Plesk
Stars: ✭ 132 (+780%)
Mutual labels:  openssl, brotli, pagespeed, nginx
Nginx Autoinstall
Compile Nginx from source with custom modules on Debian and Ubuntu
Stars: ✭ 443 (+2853.33%)
Mutual labels:  openssl, brotli, pagespeed, nginx
Setup Nginx Webserver
🚀Setup a perfect webserver on CentOS/Redhat 7.x guide with understanding.
Stars: ✭ 65 (+333.33%)
Mutual labels:  openssl, brotli, nginx
Luajit.io
luajit io framework
Stars: ✭ 277 (+1746.67%)
Mutual labels:  luajit, nginx
Lua Resty Repl
Interactive console (REPL) for Openresty and luajit code
Stars: ✭ 165 (+1000%)
Mutual labels:  luajit, nginx
Lua Resty Redis Connector
Connection utilities for lua-resty-redis
Stars: ✭ 186 (+1140%)
Mutual labels:  luajit, nginx
Lua Resty Route
URL Routing Library for OpenResty Supporting Pluggable Matching Engines
Stars: ✭ 88 (+486.67%)
Mutual labels:  luajit, nginx
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+3006.67%)
Mutual labels:  docker-image, nginx
Apioak
Full Lifecycle Management API Gateway.
Stars: ✭ 335 (+2133.33%)
Mutual labels:  luajit, nginx
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+52700%)
Mutual labels:  luajit, nginx
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+5640%)
Mutual labels:  openssl, nginx
Api Umbrella
Open source API management platform
Stars: ✭ 1,735 (+11466.67%)
Mutual labels:  luajit, nginx
Motan Openresty
A cross-language RPC framework for rapid development of high performance distributed services based on OpenResty.
Stars: ✭ 117 (+680%)
Mutual labels:  luajit, nginx
Lua Openssl
Openssl binding for Lua
Stars: ✭ 206 (+1273.33%)
Mutual labels:  luajit, openssl
Lua Resty Http
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
Stars: ✭ 1,647 (+10880%)
Mutual labels:  luajit, nginx
Docker Alpine
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
Stars: ✭ 574 (+3726.67%)
Mutual labels:  docker-image, nginx
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (+3780%)
Mutual labels:  docker-image, nginx
Vestacp nginx pagespeed http2
Rebuild Nginx with Google PageSpeed and http/2 for VestaCP
Stars: ✭ 16 (+6.67%)
Mutual labels:  pagespeed, nginx
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+205486.67%)
Mutual labels:  luajit, nginx
Lua Resty Post
HTTP post utility for openresty
Stars: ✭ 30 (+100%)
Mutual labels:  luajit, nginx

Nano NGiNX

This image contains :

Dockerfile used to build image.

The server try to find the setting file nginx.conf in /etc/nginx folder, you can use default installation settings from your distro, the only thing you have to do is to mount the settings folder in the docker container.

$ docker run --rm --name nginx -v /srv/http:/www -v /var/log/nginx:/var/log/nginx -v /etc/nginx:/etc/nginx -p 80:80 -p 8443:443 zenithar/nano-nginx:latest

Volumes :

  • /www : defaut document root for files to serve
  • /var/log/nginx: for nginx logs
  • /etc/nginx: for nginx settings

Tools

  • Brotli encoder (/bin/bro)
  • Luajit console (/bin/luajit)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].