php nginx location,nginx location优先级详解 location nginx 嵌套 location nginx 路径 nginx location roo...

nginx中location有几种:

1.前缀,可以有=或^~修饰,比如

location / /开头的

location /img/ /img/开头的

location = /a.htm 刚好/a.htm

location ^~ /d 匹配后不再检查正则表达式location

2.正则表达式,固定~或~*(不区分大小写)开头,比如:

location ~ \.html$

location ~* \.gif$

同时有多个location时,优先级如下:

1.Test the URI against all prefix strings.和所有前缀比较

2.The = (equals sign) modifier defines an exact match of the URI and a prefix string. If the exact match is found, the search stops.

某个匹配前缀有=,则结束匹配

3.If the ^~ (caret-tilde) modifier prepends the longest matching prefix string, the regular expressions are not checked.

最长匹配的有 ^~ 则结束匹配

4.Store the longest matching prefix string.

保存最长匹配

5.Test the URI against regular expressions.

再检查 ~开头的正则表达式

6.Break on the first matching regular expression and use the corresponding location.

第一个匹配的正则表达式,结束匹配

7.If no regular expression matches, use the location corresponding to the stored prefix string.

没有正则匹配,则使用刚才最长前缀

以上就介绍了nginx location优先级详解,包括了location,nginx方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

本文原创发布php中文网,转载请注明出处,感谢您的尊重!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值