Skip to content

nginx location match priority

dimahsu edited this page Jun 11, 2018 · 1 revision

Nginx location match priority (location =) > (location fullpath >) >(location ^~ path) >(location ~* regex) > (location path)

Clone this wiki locally