Welcome! Log In Create A New Profile

Advanced

[nginx] SCGI: added create_loc_conf comments.

Anonymous User
November 12, 2024 08:24AM
details: https://github.com/nginx/nginx/commit/1ac6a18585eab226277c5d41e90b8f336153c4e0
branches: master
commit: 1ac6a18585eab226277c5d41e90b8f336153c4e0
user: Sergey Kandaurov <pluknet@nginx.com>
date: Tue, 8 Oct 2024 18:24:00 +0400
description:
SCGI: added create_loc_conf comments.


---
src/http/modules/ngx_http_scgi_module.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c
index f818fc4b0..671cd2cb7 100644
--- a/src/http/modules/ngx_http_scgi_module.c
+++ b/src/http/modules/ngx_http_scgi_module.c
@@ -1283,6 +1283,21 @@ ngx_http_scgi_create_loc_conf(ngx_conf_t *cf)
return NULL;
}

+ /*
+ * set by ngx_pcalloc():
+ *
+ * conf->upstream.bufs.num = 0;
+ * conf->upstream.ignore_headers = 0;
+ * conf->upstream.next_upstream = 0;
+ * conf->upstream.cache_zone = NULL;
+ * conf->upstream.cache_use_stale = 0;
+ * conf->upstream.cache_methods = 0;
+ * conf->upstream.temp_path = NULL;
+ * conf->upstream.hide_headers_hash = { NULL, 0 };
+ * conf->upstream.store_lengths = NULL;
+ * conf->upstream.store_values = NULL;
+ */
+
conf->upstream.store = NGX_CONF_UNSET;
conf->upstream.store_access = NGX_CONF_UNSET_UINT;
conf->upstream.next_upstream_tries = NGX_CONF_UNSET_UINT;
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] SCGI: added create_loc_conf comments.

Anonymous User 163 November 12, 2024 08:24AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 206
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready