nginx的location写法中实现模糊匹配
如下规则将匹配以/test开头的url,如http://ip:port/test.html,http://ip:port/test2.php等
location ~ /test {
root /u01/soft/UCMSServer/tomcat/webapps;
}
nginx的location写法中实现模糊匹配
如下规则将匹配以/test开头的url,如http://ip:port/test.html,http://ip:port/test2.php等
location ~ /test {
root /u01/soft/UCMSServer/tomcat/webapps;
}
最后的测试哪位大神帮我看下,自己也在思考。谢谢各位了。
nginx location跳转
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M