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