How to bypass varnish cache on client?

懵懂的女人 提交于 2020-01-16 03:52:11

问题


I'm trying to get new content from a Joomla website or Yii web application, and we're using varnish on server side. How to bypass varnish cache control so that I can get the new content?.

I tried to add ?cachebuster=9999 to end of url but it's not working.

I can get the new content only when I'm using a proxy.

Any idea?


回答1:


Add the port 8080 to bypass Varnish:

Example: www.example.com:8080



来源:https://stackoverflow.com/questions/26447823/how-to-bypass-varnish-cache-on-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!