Compare variable got from location with set of strings

2013-09-23 Thread Vil Surkin
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

Re: nginx cache loader process

2013-07-09 Thread Vil Surkin
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