Skip to content

an docker nginx build with stream sts module added

License

Notifications You must be signed in to change notification settings

souhaiebtar/nginx-sts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockeri.co

Alpine Nginx

Tiny web server using nginx built from source on Alpine Linux, with vozlt/nginx-module-sts buit in.

VERSION

nginx 1.15.3 with sts-module running on alpine 3.2 already test and work with alpine 3.7 but 3.2 based image is smaller by 10MB now it run under alpine 3.15

How to run

to launch container

docker run -d --name nginx-sts tsouhaieb/nginx-sts

you can also override config with:

git clone https://github.com/souhaiebtar/nginx-sts
cd nginx-sts
docker run -d --name nginx-sts -v ${PWD}/nginx.conf:/etc/nginx/conf/nginx.conf -p 80:80 tsouhaieb/nginx-sts

Based on the work of LoicMahieu/alpine-nginx

About

an docker nginx build with stream sts module added

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published