Nginx docker with openresty and naxsi support.
To run it:
docker run -e NGINX_CONF_WATCH_PATH="/etc/letsencrypt/live" -e DOMAIN_PROD="mydomain.com" -e DOMAIN_DEV="mydomain.127.0.0.1.xip.io" -p 8081:8081 -p 8080:8080 oondeo/openresty
http://localhost:8081/verynginx/index.html
user: verynginx
pass: verynginxAll request to DOMAIN_DEV are transformed in DOMAIN_PROD. All environment variables that start with NGINXCONF_ replace the configuration value. Example:
NGINXCONF_client_max_body_size=64M