Skip to content

jamitupya/nginx-pagespeed-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerfiles-centos-nginx

TO BE COMPLETED

ENV variables that can be set to manage the versions; please not this only supports dynamic module compiles so nginx 1.9.12 onwards note that the defaults will be as below also NPS_VERSION=1.11.33.0 NGINX_VERSION=1.11.1 OPENSSL_VERSION=1.0.2g

CentOS 7 dockerfile for nginx

To build:

Copy the sources down -

# docker build --rm --tag <username>/nginx:centos7 .

To run:

# docker run -d -p 80:80 <username>/nginx:centos7

To test:

# curl http://localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages