Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active March 20, 2023 11:31
Show Gist options
  • Save steffen-wirth/e992ae8c4cabfe42aff1c1831ee4750b to your computer and use it in GitHub Desktop.
Save steffen-wirth/e992ae8c4cabfe42aff1c1831ee4750b to your computer and use it in GitHub Desktop.
#LiNK : https://www.varnish-software.com/developers/tutorials/troubleshooting-varnish/#varnish-is-not-caching
## see log for all / homepage request - start command and then visit site in browser
sudo varnishlog -i ReqUrl -i ReqMethod -i ReqProtocol -I ReqHeader:Host -I ReqHeader:Cookie -I ReqHeader:Authorization -i VCL_call -i VCL_return -q "ReqUrl eq '/'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment