mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 21:53:31 -06:00
allow memached_pass inside "if" block
This commit is contained in:
parent
9b1d4c15a6
commit
5a40e9518e
@ -58,7 +58,7 @@ static ngx_conf_bitmask_t ngx_http_memcached_next_upstream_masks[] = {
|
|||||||
static ngx_command_t ngx_http_memcached_commands[] = {
|
static ngx_command_t ngx_http_memcached_commands[] = {
|
||||||
|
|
||||||
{ ngx_string("memcached_pass"),
|
{ ngx_string("memcached_pass"),
|
||||||
NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
|
NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF|NGX_CONF_TAKE1,
|
||||||
ngx_http_memcached_pass,
|
ngx_http_memcached_pass,
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
NGX_HTTP_LOC_CONF_OFFSET,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user