服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. nginx
  3. 如果utm_campaign存在,则不需要nginx现金
Intereting Posts
ProxyPass:放弃正文数据 首页DNS服务器 威胁pipe理网关无法访问NAS上的共享 GeoIPconfiguration到nginx中 如果无法获取文件,如何自动重启Apache和Varnish? 在AWS Instnaces上进行文件传输 与自己的证书连接的HTTPS代理 如何在Puppet中为Apache应用preforkconfiguration? 火鸟CpuAffinityMask为16核心服务器? 如何将多行转换为一行 为什么我们需要在httpd中需要时允许? 在CentOS上使用systemd-journal 219的CPU使用率较高 主机名称混淆(Ubuntu Server 10.04) RabbitMQ将消息保存在内存中(内存溢出) 慢逻辑卷检测

如果utm_campaign存在,则不需要nginx现金

我想caching页面上的nginx的客人。 但是,如果utm_campaign存在于url中,我需要将该请求传递给apache。

我如何排除那些在URI中有utm_campaign键的请求?

  • 由于缺less正斜杠,JS和CSS文件无法加载
  • Nginx将所有请求转发到另一个域
  • 如何调整Web服务器并为同时访问者准备呢?
  • nginx:停止来自search引擎机器人的错误日志
  • 403在ubuntu + nginx +乘客服务器上的禁止响应

你的意思是排除代理caching吗? 假设你的utm参数在存在的时候给出了一个值,你可以使用proxy_no_cache指令:

 location /foo { proxy_pass http://apache:port/; proxy_cache mycache; proxy_no_cache $arg_utm_campaign; } 
  • 如何使用Nginx运行WSGI文件
  • 不是每个人都可以写入/ var / www中创build的新文件
  • Nginx的proxy_pass与PHP身份validation?
  • Nginx虚拟主机servername,root
  • 如何在RHEL上configurationnginx来识别外部网站的根证书?
  • Drupal 7多站点子文件夹nginxconfiguration
  • 基于正则expression式匹配的NGiNX自定义caching参数
  • Synology Rackstation – 更好的安装方式
  • nginx重写特定的.css url到特定的.php url
  • 反向SSL代理:在NGINX和Joomla前面的NGINX

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy