Last active
July 28, 2020 19:51
-
-
Save davidalger/a6f3cee6fb3c9b600cbb80d5245e94f6 to your computer and use it in GitHub Desktop.
PHP Info with cache-control: private for busting varnish cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header('Cache-Control: private'); | |
phpinfo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment