Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | Update the recommended VCL configuration | Mark Felder | |
2021-02-05 | Add a default rule to not attempt to cache any files larger than 50MB | Mark Felder | |
This fixes connection failures when trying to retrieve large files. It is less common in typical Pleroma usage, but it's possible to encounter this on a cloud instance with lower memory. | |||
2020-09-30 | Syntax error | Mark Felder | |
2020-09-30 | Make it possible for Varnish logs to contain the true scheme used by clients | Mark Felder | |
instead of always reporting http:// | |||
2019-05-28 | Improve Varnish config. We set sane headers from the backend now. | feld | |
2019-01-10 | Consistent intentation | Mark Felder | |
2019-01-10 | Cache partial objects for 10 minutes | Mark Felder | |
This enables caching/streaming of chunked responses | |||
2019-01-10 | Streaming is enabled by default | Mark Felder | |
Support more filetypes for caching static media | |||
2018-11-11 | example configs: kill STS/CT headers | William Pitcock | |
2018-11-11 | example configs: remove obsolete CSP configuration | William Pitcock | |
2018-08-30 | Add frame-ancestors 'none' to all configs | shibayashi | |
2018-08-29 | installation/pleroma.vcl: Add HTTP security headers | shibayashi | |
2018-05-07 | Don't strip headers from backend for /notice/ either | Mark Felder | |
2018-05-07 | Caching notice URLs does not produce pleasant results | Mark Felder | |
2018-04-19 | Remove hack for /about/more as we are doing this in Pleroma now | Mark Felder | |
2018-04-13 | Caching /objects/ URLs breaks them in Mastoweb as they don't redirect to the ↵ | Mark Felder | |
/notice/ Not sure why it matters if you cache it or not. What's different about this JSON blob? Perhaps it's a header that needs to be set for the redirect to happen? | |||
2018-04-10 | Remove attempted caching of toots | Mark Felder | |
This does not work as expected. We should not attempt to be clever here. Varnish will do the right thing if we just teach Pleroma to set headers properly for content we know can be cached. | |||
2018-03-20 | Clarify vcl_synth is for all 301s we generate | Mark Felder | |
2018-03-20 | Add ability to PURGE the cache | Mark Felder | |
Someday Pleroma will learn this skill :-) | |||
2018-03-20 | Add example Varnish VCL | Mark Felder | |