[nginx] FastCGI: fixed create_loc_conf comments after 05b1a8f1e.

noreply at nginx.com noreply at nginx.com
Tue Nov 12 13:22:02 UTC 2024


details:   https://github.com/nginx/nginx/commit/a5e152b3d9addf4ae35f40ca17ab4d62bdcbe69b
branches:  master
commit:    a5e152b3d9addf4ae35f40ca17ab4d62bdcbe69b
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Tue, 8 Oct 2024 17:48:15 +0400
description:
FastCGI: fixed create_loc_conf comments after 05b1a8f1e.


---
 src/http/modules/ngx_http_fastcgi_module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c
index 46a56f54e..743fe0c0c 100644
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -2877,7 +2877,7 @@ ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf)
      *     conf->upstream.store_lengths = NULL;
      *     conf->upstream.store_values = NULL;
      *
-     *     conf->index.len = { 0, NULL };
+     *     conf->index = { 0, NULL };
      */
 
     conf->upstream.store = NGX_CONF_UNSET;


More information about the nginx-devel mailing list