You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When HTTP caching is set using #[Cache] attribute, and only if HTTP/1.0 (which is the default protocol nginx uses to request upstream when configured as reverse proxy) is used, symfony adds headers that prevent response from being cached.
Symfony version(s) affected
7.1.5
Description
When HTTP caching is set using
#[Cache]
attribute, and only if HTTP/1.0 (which is the default protocol nginx uses to request upstream when configured as reverse proxy) is used, symfony adds headers that prevent response from being cached.How to reproduce
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: