- headers-more-nginx-module
- ngx_http_substitutions_filter_module
- echo-nginx-module
- nginx_upstream_check_module
- ngx_pagespeed
docker pull igloo/nginx
Tags: https://hub.docker.com/r/igloo/nginx/tags/
docker run --rm -ti \
--name nginx \
-p 80:80 -p 443:443 \
-v pathConfig:/etc/nginx/conf.d \
igloo/nginx