﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1649	Improve documentation for the location block	ovidiu.b13@…		"The documentation for the '''location''' block does not clearly state the order in which matching is done for non-prefixed locations.

e.g. 

{{{
location / {...}
location /foo {...}
}}}

If I go to '''""/foo""''', are all the '''location''' blocks checked, and the longest match selected? Or is the written order taken into consideration?

The documentation currently only talks about '''prefixed locations''' or '''regular expressions''', and provides no clarification for '''non-prefixed locations'''."	enhancement	closed	minor		documentation		worksforme			N/A	N/A
