码迷,mamicode.com
首页 > 其他好文 > 详细

nginx rewrite

时间:2017-03-24 14:44:53      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:server   error   资源   

表明看rewrite和location功能有点像,都能实现跳转,主要区别在于rewrite是在同一域名内更改获取资源的路径,而location是对一类路径做控制访问或反向代理,可以proxy_pass到其他机器。很多情况下rewrite也会写在location里,它们的执行顺序是:

  1. 执行server块的rewrite指令

  2. 执行location匹配

  3. 执行选定的location中的rewrite指令

如果其中某步URI被重写,则重新循环执行1-3,直到找到真实存在的文件;循环超过10次,则返回500 Internal Server Error错误。


nginx rewrite

标签:server   error   资源   

原文地址:http://yaomy.blog.51cto.com/8892139/1909870

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!