Varnish cache server

Status
Not open for further replies.

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
Can you disable the varnish cache for my website?
to override [ Varnish cache ] try adding the following line to your [ .htaccess ] file in folder [ public_html ]
this will not stop (fix) the "Error 503 Backend..." type errors - but will help with the delay to see updates to your site

Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
 

sitopro4

New Member
Messages
5
Reaction score
0
Points
1
thanks for answer.
i added that line but doesn't function because i must make a backup of my site with a plugin called Duplicator and and gives me error 503.

Thanks
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
You're likely running into the 30-second execution time limit, then. There's no way around that, I'm afraid.
 
Status
Not open for further replies.
Top