summaryrefslogtreecommitdiff
path: root/installation/pleroma.vcl
AgeCommit message (Collapse)Author
2018-04-19Remove hack for /about/more as we are doing this in Pleroma nowMark Felder
2018-04-13Caching /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-10Remove attempted caching of tootsMark 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-20Clarify vcl_synth is for all 301s we generateMark Felder
2018-03-20Add ability to PURGE the cacheMark Felder
Someday Pleroma will learn this skill :-)
2018-03-20Add example Varnish VCLMark Felder