mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
namespace may be set via $memcached_key
This commit is contained in:
parent
8e3151dce5
commit
35e5db1c6b
1 changed files with 0 additions and 1 deletions
|
|
@ -595,7 +595,6 @@ ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
|
||||
u.url = value[1];
|
||||
u.no_resolve = 1;
|
||||
/* u.uri_part = 1; may be used as namespace */
|
||||
|
||||
lcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0);
|
||||
if (lcf->upstream.upstream == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue