Home›NGINX›NGINX location matcherNGINX location matcherPaste your location blocks and a URI, and watch NGINX's five-step selection run: exact, longest prefix, the caret-tilde early exit, regexes in file order, then the fallback.Documentation (Markdown)NetworkingDocumentation →ShareLocation blocks and a request URIExampleClearMatched entirely in your browser. Nothing is sent anywhere, and no file is read.ReferencesNGINX documentation: ngx_http_core_module, location directiveNGINX documentation: how NGINX processes a request