Syntax: | proxy_cache_key |
---|---|
Default: | proxy_cache_key $scheme$proxy_host$request_uri; |
Context: | http , server , location |
Defines a key for caching, for example
proxy_cache_key "$host$request_uri $cookie_user";
By default, the directive’s value is close to the string
proxy_cache_key $scheme$proxy_host$uri$is_args$args;
Please login to continue.