details: https://github.com/nginx/nginx/commit/291a8869350777dd94bc532f003b800877505693 branches: master commit: 291a8869350777dd94bc532f003b800877505693 user: Michael Vernik <m.ver...@f5.com> date: Tue, 10 Sep 2024 13:10:55 -0700 description: README: remove definition of "contexts" from section on config files per: https://github.com/nginx/nginx/pull/120#discussion_r1751366278
--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b38da454..c8b2b1090 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sudo nginx -V ## Configurations -NGINX is highly flexible and configurable. Provisioning the software is achieved via text-based config file(s) organized in functional sections called "Contexts", accepting a vast amount of configuration parameters called "[Directives](https://nginx.org/en/docs/dirindex.html)". See [Configuration File's Structure](https://nginx.org/en/docs/beginners_guide.html#conf_structure) for a comprehensive definition of Directives and Contexts. +NGINX is highly flexible and configurable. Provisioning the software is achieved via text-based config file(s) accepting parameters called "[Directives](https://nginx.org/en/docs/dirindex.html)". See [Configuration File's Structure](https://nginx.org/en/docs/beginners_guide.html#conf_structure) for a comprehensive description of how NGINX configuration files work. > [!NOTE] > The set of directives available to your distribution of NGINX is dependent > on which [modules](#modules) have been made available to it. _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel