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/mailman/listinfo/nginx
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/mailman/listinfo/nginx