Skip to content

Instantly share code, notes, and snippets.

@davidalger
Last active July 28, 2020 19:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidalger/a6f3cee6fb3c9b600cbb80d5245e94f6 to your computer and use it in GitHub Desktop.
Save davidalger/a6f3cee6fb3c9b600cbb80d5245e94f6 to your computer and use it in GitHub Desktop.
PHP Info with cache-control: private for busting varnish cache
<?php
header('Cache-Control: private');
phpinfo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment