add dockerfile fix typo in readme
[parse_server_name-nginx-module.git] / README.md
index 4c552f2e8d0179e4c5e7f0bd751525c527f7f25a..1704043287ff753371faa386aa294ee64c741ff6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ the version 1.25.5 (see [nginx compatibility](#compatibility)), and then build t
  $ cd nginx-1.25.5/
 c
  # Here we assume you would install you nginx under /usr/local/nginx/.
- $ ./configure --prefix=/usr/local/nginx/ \
+ $ ./configure --prefix=/usr/local/nginx/ --with-stream \
         --add-module=/path/to/nginxcraft-nginx-module
 
  $ make -j$(nproc)
This page took 0.032368 seconds and 4 git commands to generate.