Appearance
正则更贪心
location ^~ /docs/three/ { alias /opt/docs/three/; index index.html; try_files $uri $uri/ /index.html; }
即使 location /docs/three/ {匹配上了,也会被location ^~ /docs/three/ { 抢走
location /docs/three/ {
location ^~ /docs/three/ {