From b74051d0230936ae0b549e95bb7967d947c5367c Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Mon, 19 Mar 2018 11:49:34 +0100 Subject: [PATCH 1/2] Fix nginxinc/docker-nginx#235 Document which modules are included. --- nginx/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/content.md b/nginx/content.md index 3afd5a9562d6..2ee84319dedc 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 does not include any external modules such as Geo, Perl, or Lua. + ## Complex configuration ```console From e6694f806c5e814ab87d432ff23de45b4efedf50 Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Mon, 19 Mar 2018 15:00:18 +0100 Subject: [PATCH 2/2] Updated in response to review. --- nginx/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/content.md b/nginx/content.md index 2ee84319dedc..ba4eea961082 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -37,7 +37,7 @@ Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browse ## Included modules -This build does not include any external modules such as Geo, Perl, or Lua. +This build includes the Geo and Perl modules, but not third party modules such as Lua. ## Complex configuration