diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-10-08 17:48:15 +0400 |
---|---|---|
committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2024-11-12 17:21:22 +0400 |
commit | a5e152b3d9addf4ae35f40ca17ab4d62bdcbe69b (patch) | |
tree | 4f2cfa0e40e21310dca0d685cc4db4e19bef661a /src | |
parent | ea15896c1a5b0ce504f85c1437bae21a542cf3e6 (diff) | |
download | nginx-a5e152b3d9addf4ae35f40ca17ab4d62bdcbe69b.tar.gz nginx-a5e152b3d9addf4ae35f40ca17ab4d62bdcbe69b.zip |
FastCGI: fixed create_loc_conf comments after 05b1a8f1e.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_fastcgi_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |