diff --git a/nginx/content.md b/nginx/content.md index 3afd5a9562d6..ba4eea961082 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -35,6 +35,10 @@ $ docker run --name some-nginx -d -p 8080:80 some-content-nginx Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser. +## Included modules + +This build includes the Geo and Perl modules, but not third party modules such as Lua. + ## Complex configuration ```console