Sign inSign up

smyrnof/nginx

By smyrnof

Updated over 8 years ago

Nginx with Google Page Speed and Mod Security

Image
0

269

smyrnof/nginx repository overview

Extra Modules:

Google page speed 1.12.34.2, ModSecurity 3.0


Docker
 docker run -d smyrnof/nginx -v /path/nginx.conf:/etc/nginx/nginx.conf -p 80:80 -p 443:443

Docker Compose
  nginx:
    image: smyrnof/nginx
    volumes:
      - /path/nginx.conf:/etc/nginx/nginx.conf
    ports:
      - "80:80"
      - "443:443" 

Versions:

** Title: ** Nginx 1.12.1 with Google Page Speed 1.12.34.2 and Mod Security 3.0 ** Dockerfile: ** https://github.com/aligokayduman/docker_images/blob/master/nginx/nginx1.12-ps1.12-ms3 ** image: ** smyrnof/nginx:latest

Tag summary

Content type

Image

Digest

Size

516 MB

Last updated

over 8 years ago

docker pull smyrnof/nginx