0

I am willing to change the default ttl value from the configuration file and not through the varnishd.

guyyug
  • 897
  • 1
  • 11
  • 23

1 Answers1

0
sub vcl_backend_response {
    ...
    set beresp.ttl = 24h;
    ...
}
Danila Vershinin
  • 8,725
  • 2
  • 29
  • 35