Devlog #1
Hello!
I’m building a docker (or podman) image that can make deploying nginx easier.
The current version can compile and install the coraza-nginx, lua, and ngx_headers_more module as dynamic modules.
It is closer to the original nginx, and it also includes other modules. I also believe the image size will be smaller than openresty when I switch the base to alpine Linux. Furthermore, I plan to include a default nginx configuration, not only a basic hello page, but basic ip rate limits, waf rules, and blocking secured files like “.env”, etc.
I started writing the Containerfile (almost the same as Dockerfile) when I was working on my website (not working). I quickly found out this could help someone, and I decided to make it a single project, so some git history may be missing. Also, I am coding on the dev branch for those who are confused.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.