]> git.kaiwu.me - nginx.git/commit
Upstream: handling of certificates specified as an empty string.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 7 Jun 2022 16:08:57 +0000 (20:08 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 7 Jun 2022 16:08:57 +0000 (20:08 +0400)
commitf08dbefadf083b8546423e35d8d12ba27e46efa8
tree99d913ae524b0e67c2c97c8cd322fa319f9bfe51
parent8df3ad13c5bb10360221f25ca45ae03dd09e1c3b
Upstream: handling of certificates specified as an empty string.

Now, if the directive is given an empty string, such configuration cancels
loading of certificates, in particular, if they would be otherwise inherited
from the previous level.  This restores previous behaviour, before variables
support in certificates was introduced (3ab8e1e2f0f7).
src/http/modules/ngx_http_grpc_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/stream/ngx_stream_proxy_module.c