September 20, 2010 07:24AM
Hi Folks,

Can somebody comment on whether proxy_cache_key is supposed to be able to handle # captures? I believe the below example shows how I want to use it, but I can't get it to work.

Thanks,

-peter


[code]
location ~ ^/api/rest/\d+/(.+)/.+/*$ {
proxy_cache apiCache;
proxy_cache_valid 200 7d;
proxy_cache_use_stale updating;
proxy_cache_key "$host.$1";
if ($upstream_http_content_encoding !~* "") { gzip off; }
proxy_pass http://127.0.0.1:8080$request_uri;
}
[/code]
Subject Author Posted

Are numbered captures available to the proxy cache key construct?

portante September 20, 2010 07:24AM

Re: Are numbered captures available to the proxy cache key construct?

Maxim Dounin September 20, 2010 08:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready