mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
namespace may be set via $memcached_key
This commit is contained in:
parent
8e3151dce5
commit
35e5db1c6b
@ -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…
Reference in New Issue
Block a user