Nginx with Google Page Speed and Mod Security
269
Google page speed 1.12.34.2, ModSecurity 3.0
docker run -d smyrnof/nginx -v /path/nginx.conf:/etc/nginx/nginx.conf -p 80:80 -p 443:443
nginx:
image: smyrnof/nginx
volumes:
- /path/nginx.conf:/etc/nginx/nginx.conf
ports:
- "80:80"
- "443:443"
** 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
Content type
Image
Digest
Size
516 MB
Last updated
over 8 years ago
docker pull smyrnof/nginx