Varnish No-Cache Directive

The Varnish NoCache feature allows you to view your website without having to deal with caching.

This is necessary during development or testing stages. The advantage of this approach is that only your browser session is affected. In other words, your visitors will keep seeing cached versions (if available).
If you wanted to make changes to the page: http://www.domain.com/varnish/ , you can do so by adding the string debug to the NoCache Directive feature and then you'd access the page using http://www.domain.com/varnish/?nocache or http://www.domain.com/varnish/?action=go&nocache
  • 15 Users Found This Useful
Was this answer helpful?

Related Articles

How am I supposed to install a script?

Usually 99% of the scripts that we have tried before have complete instructions and a special...

How do I enable SSI in my HTML pages?

To take advantage of Server Side Includes (SSI) in your web page, make sure the web page has the...

What is the path to Perl?

One of the first things you must do when configuring a script, is set the correct path to the...

What is the path to SendMail?

Some programs such as the ones, which send email will need to know where the Sendmail program...

What does File Permissions "chmod" mean?

To chmod a file means to set certain permissions.By default, all files uploaded to the server...