Re: Preferred method for location blocks

2015-04-01 Thread Gena Makhomed
On 01.04.2015 23:55, Daniel Miller wrote: What is the difference between: location /admin { } vs. location ~ /admin(/.*) { } The first seems cleaner, and I assume runs faster - but do they process differently? Yes, they process differently. http://nginx.org/en/docs/http/ngx_http_core_mod

Preferred method for location blocks

2015-04-01 Thread Daniel Miller
What is the difference between: location /admin { } vs. location ~ /admin(/.*) { } The first seems cleaner, and I assume runs faster - but do they process differently? -- Daniel ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai