位置块中的Nginx正则表达式

时间:2018-04-11 19:49:47

标签: nginx nginx-location

Nginx位置块允许哪种正则表达式模式?请求不匹配,我收到404错误。

请求URL localhost:80 / client / images / card.png

location / {
   root   html;
   index  index.html index.htm;
}

location ~/.*/images/ {
   root  C:/web;
}

错误:CreateFile()C:\ Users \ Downloads \ nginx-1.12.2 \ nginx-1.12.2 / html / client / images / card.png

0 个答案:

没有答案