From ecd17610216867c0d889ba7df69d7d40dc489830 Mon Sep 17 00:00:00 2001 From: Michael Vernik Date: Thu, 24 Aug 2023 11:54:08 -0700 Subject: [PATCH] Modify NGINX ./configure step to reference "files" instead of "objects" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c74a9..abc847d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Clone the NGINX repository. 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 cd nginx auto/configure --with-compat