a regex for rewrite

Francis Daly francis at daoine.org
Thu Sep 5 00:11:10 UTC 2013


On Thu, Sep 05, 2013 at 01:05:17AM +0100, Francis Daly wrote:

Hmm...

>   location ~ ^/.*[/.] {

That's probably more briefly written as

    location ~ .[/.] {

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list