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

Nginx 访问优先级配置

时间:2020-01-11 13:37:02      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:完整   image   nbsp   大小   htm   stat   配置   正则   com   

 

location 优先级 = > ^~ > ~> ~* > /

=  用于指定完整路径  例 location = /game_center 匹配 http://url/game_center

完整路径 location /test12/formdata.html

^~ 用于指定前半路径   例 location ^~ /static/    匹配 http://url/static/** 

~  后面接区分大小的正则匹配  暂时没有用到  !~ 不匹配

~* 不区分大小的正则匹配 例 ~* /*.(gif|jpg|js|swf/html)   用于 匹配静态文件  !~* 不匹配   例 http://url/**/**/*.(gif|jpg|swf/html)

没有符号  通用匹配 优先级最低  例  /  

优先级介绍  https://blog.csdn.net/www1056481167/article/details/76202296

 

技术图片

Nginx 访问优先级配置

标签:完整   image   nbsp   大小   htm   stat   配置   正则   com   

原文地址:https://www.cnblogs.com/zhaoyingjie/p/12179491.html

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