Created
March 5, 2021 00:37
-
-
Save timkelty/a03124bfedd77a4b9f0a83237ec668e0 to your computer and use it in GitHub Desktop.
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
| # Allow caching for anything but private | |
| if (!beresp.http.cache-control ~ "(?i)private") { | |
| unset beresp.http.set-cookie; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment