Modify NGINX ./configure step to reference "files" instead of "objects"
This commit is contained in:
parent
ba860709ac
commit
ecd1761021
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Clone the NGINX repository.
|
||||||
git clone https://github.com/nginx/nginx.git
|
git clone https://github.com/nginx/nginx.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure NGINX to create objects necessary for dynamic module compilation. Objects will be placed into the `nginx/objs` directory.
|
Configure NGINX to generate files necessary for dynamic module compilation. These files will be placed into the `nginx/objs` directory.
|
||||||
```bash
|
```bash
|
||||||
cd nginx
|
cd nginx
|
||||||
auto/configure --with-compat
|
auto/configure --with-compat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue