對nginx中location的認識 關於一些對location認識的誤區 1.location的匹配順序是“先匹配正則,在匹配普通”。 location的匹配順序其實是“先匹配普通,在匹配正則”。造成誤解的原因是:正則匹 ...