fix: building error with ssl
This commit is contained in:
parent
f578402f19
commit
df1e3ce8e6
1 changed files with 6 additions and 0 deletions
|
|
@ -142,6 +142,12 @@ cd nginx
|
|||
auto/configure --with-compat
|
||||
```
|
||||
|
||||
Make sure the SSL module is enabled before compiling.
|
||||
|
||||
```
|
||||
auto/configure --with-http_ssl_module
|
||||
```
|
||||
|
||||
Exit the NGINX directory and clone the `ngx_otel_module` repository.
|
||||
```bash
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue