Skip to content

Commit 4312275

Browse files
committed
docs: remove --add-module and --add-dynamic-module
Following PR #85, the `--add-module` and `--add-dynamic-module` options are no longer available.
1 parent a0c6942 commit 4312275

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,6 @@ Give this file to `nginx-build` with `-c`.
4949
$ nginx-build -d work -c configure.example
5050
```
5151

52-
#### About `--add-module` and `--add-dynamic-module`
53-
54-
`nginx-build` allows to use `--add-module`.
55-
56-
```bash
57-
$ nginx-build \
58-
-d work \
59-
--add-module=/path/to/ngx_http_hello_world
60-
```
61-
62-
Also, `nginx-build` allows to use `--add-dynamic-module`.
63-
64-
```bash
65-
$ nginx-build \
66-
-d work \
67-
--add-dynamic-module=/path/to/ngx_http_hello_world
68-
```
69-
7052
### Embedding zlib statically
7153

7254
Give `-zlib` to `nginx-build`.

0 commit comments

Comments
 (0)