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