摘要: 在Nginx低版本中,是不支持PATHINFO的,但是可以通过在Nginx.conf中配置转发规则实现:location / { // …..省略部分代码 if (!-e $request_filename)... 阅读全文
posted @ 2019-05-08 14:08 开源 阅读(322) 评论(1) 推荐(0)