[nginx] Contrib: vim syntax, update core and 3rd party module directives.

2023-07-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/904c99bede17 branches: changeset: 9135:904c99bede17 user: Gena Makhomed date: Mon Jul 24 18:04:41 2023 +0300 description: Contrib: vim syntax, update core and 3rd party module directives. List of 3rd party modules github repositories was obtai

extension to server_name directive - include top-level directory in search

2023-07-25 Thread Chris Newton via nginx-devel
The server_name directive allows for selecting which "server" block should be used to process a request; a "server" being a very convenient way to group a set of directives and location blocks into a separate and distinct configuration entity. Currently, server_name selects the server based on the

Re: extension to server_name directive - include top-level directory in search

2023-07-25 Thread Maxim Dounin
Hello! On Tue, Jul 25, 2023 at 07:56:50AM -0700, Chris Newton via nginx-devel wrote: > The server_name directive allows for selecting which "server" block should > be used to process a request; a "server" being a very convenient way to > group a set of directives and location blocks into a separa