Saleh
Saleh

Reputation: 2719

How to bypass varnish cache on client?

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?

Upvotes: 1

Views: 2926

Answers (1)

Saleh
Saleh

Reputation: 2719

Add the port 8080 to bypass Varnish:

Example: www.example.com:8080

Upvotes: 3

Related Questions