Modify NGINX ./configure step to reference "files" instead of "objects"

This commit is contained in:
Michael Vernik 2023-08-24 11:54:08 -07:00
parent ba860709ac
commit ecd1761021

View file

@ -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