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 [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
