Skip to content

Commit 3b82186

Browse files
committed
update merge location function config
1 parent c7d29a6 commit 3b82186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_link_func_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ ngx_http_link_func_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child) {
11611161
#if (NGX_LINK_FUNC_SUBREQ) && (nginx_version > 1013009)
11621162
ngx_conf_merge_ptr_value(conf->subrequests, prev->subrequests, NULL);
11631163
#endif
1164-
// ngx_conf_merge_str_value(conf->_method_name, prev->_method_name, "");
1164+
ngx_conf_merge_str_value(conf->_method_name, prev->_method_name, "");
11651165

11661166
// if (conf->_method_name.len == 0) {
11671167
// conf->_method_name = prev->_method_name;

0 commit comments

Comments
 (0)