Maison  >  Article  >  développement back-end  >  镜像存储配置好目标域名之后,访问的参数没有带上去.有什么方法能实现吗?

镜像存储配置好目标域名之后,访问的参数没有带上去.有什么方法能实现吗?

WBOY
WBOYoriginal
2016-06-06 20:24:041443parcourir

镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

回复内容:

镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

七牛不支持加速动态文件,会将问号后面的参数当做版本号处理,建议您的动态文件放在云主机上

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:权限ACL or RBAC?Article suivant:redis - php-resque遇到坑