Hello,
I have some location in configuration like this:
location ~ /([A-z]+_[A-z0-9]+) {
… do something (got $1) …
}
And i need to compare this '$1' with a set of strings. How can i do this?
Thanks!___
nginx mailing list
nginx@nginx.org
http://mailman
Hello,
Take a look at 'proxy_cache_lock' directive.
--
Vil Surkin
среда, 10 июля 2013 г. в 3:50, badtzhou написал:
> We are running nginx 1.2.9. What will happen if cache loader is running. The
> file on disk haven't been loaded into the cache zone yet and someone try