GitXplorerGitXplorer
Z

nano-nginx

public
15 stars
4 forks
0 issues

Commits

List of commits on branch master.
Verified
0021a4a1bc3a88ee87f02e0d93596a58b72fc841

feat(nginx): jemalloc + libatomic_ops reenabled.

ZZenithar committed 5 years ago
Verified
0105c7e60de77e05b72ed828a614efc7b7351289

fix(nginx): Remove native instruction for compilation.

ZZenithar committed 5 years ago
Verified
7707376ee02699b08e6f1a3071a560692d2a48ab

feat(nginx): Update to 1.17.3

ZZenithar committed 5 years ago
Verified
cf84af1b02eb942f670fc718445602a9619fb4fb

feat(nginx): Update to 1.17.0

ZZenithar committed 6 years ago
Verified
09b0fef9fb0662749ddf590bf25eb68476ce5397

chore(docker): Reduced docker image.

ZZenithar committed 6 years ago
Verified
712801c0772cc3b46eeb47ebebe4b4460f45dbfb

feat(nginx): Update to 1.15.12.

ZZenithar committed 6 years ago

README

The README file for this repository.

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)