I have been working on my site and it was was working wonderfully, but now it seems to have stopped updating when I change my files. After browsing the web for 5+ hours today, I have only found a few things and they are not very helpful. As far as I can tell, varnish is getting in the way when I try to load files (especially CSS files) because clearing browser cache and waiting for a while doesn't fix it. I have added the line:
but to no avail. could varnish be caching my .htaccess file and not getting my new updates to the file? if so, how would I go about fixing this?
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"