-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Advanced exmple of Varnish settings #1505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Comments
@pulzarraider i think this basically has been present for a while already, but i clean up the varnish cookbook article in #4627 - glad if you can provide feedback in there. |
Thanks to the great recent work made by David (@dbu) regarding Varnish docs, I think we could safely close this issue as solved. |
weaverryan
added a commit
that referenced
this issue
Dec 22, 2014
This PR was merged into the 2.3 branch. Discussion ---------- Rewrite the varnish cookbook article | Q | A | ------------- | --- | Doc fix? | yes | New docs? | yes | Applies to | all | Fixed tickets | #1505, #4176 Commits ------- dc9430a drop varnish 2 example from varnish cookbook article 9ea3671 Rewrite the varnish cookbook article
Thank you @dbu, @weaverryan. It's much better now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Documentation about Varnish settings should be expanded about prefered Varnish settings for basic Symfony project. This is very important, becuase Varnish ignores header
cache-control: no-cache
by default. And this header is returned by all Symfony pages which don't have any caching header set.This makes problems in production, because Varnish starts to cache all pages that are generated by Symfony, which should not be cached.
The text was updated successfully, but these errors were encountered: