Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nginx/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down