nginx location 配置问题 50

location~*\.(gif|jpg|png|jpeg)${root/Users/yangyang/Library/tomcat8_1/webapps/wulianw... location ~* \.(gif|jpg|png|jpeg)$ {
root /Users/yangyang/Library/tomcat8_1/webapps/wulianwang/; #站点根目录
set $image_root /Users/yangyang/Library/tomcat8_1/webapps/wulianwang/upload; #图片目录
set $thumbnail_root /Users/yangyang/Library/tomcat8_1/webapps/wulianwang/upload/thumbnail; #缩略图存放目录
rewrite_by_lua_file lua/thumbnail.lua;
break;
}
这点我想实现访问的url根上了参数例如 http://127.0.0.1/img/_8c60aeff-d95a-4a7d-bbfc-ad1444e210f4.jpg?a=3这种情况location才匹配上,这个怎么写呢 只要以gif|jpg|png|jpeg结尾而且带有参数的才进入location中
展开
 我来答
匿名用户
2015-08-12
展开全部
location ~* \.(gif|jpg|png|jpeg)$ {
    if ($query_string = 薯伏老"") {
   数升厅戚     break;
    }
}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式