https://www.cnblogs.com/koal/p/6915106.html
rewrite 地址重写
如上配置对于: /images/ttt/test.png 会重写到/mic?file=test.png, 于是匹配到 location /mic ; 通过try_files获取存在的文件进行返回。最后由于文件不存在所以直接
返回404错误
https://www.cnblogs.com/koal/p/6915106.html
rewrite 地址重写
如上配置对于: /images/ttt/test.png 会重写到/mic?file=test.png, 于是匹配到 location /mic ; 通过try_files获取存在的文件进行返回。最后由于文件不存在所以直接
返回404错误
转载于:https://www.cnblogs.com/newlangwen/p/10408487.html