]> git.kaiwu.me - nginx.git/commitdiff
FastCGI: fixed create_loc_conf comments after 05b1a8f1e.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 8 Oct 2024 13:48:15 +0000 (17:48 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 12 Nov 2024 13:21:22 +0000 (17:21 +0400)
src/http/modules/ngx_http_fastcgi_module.c

index 46a56f54e9fbae9bec8f2f2cfe01b8db9ebb9f3f..743fe0c0c701b8e371b9f3106a0335bf5c109adc 100644 (file)
@@ -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;