aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/reverse_proxy
AgeCommit message (Collapse)Author
2020-03-15Merge branch 'fix/cache-control-headers' into 'develop'rinpatch
Fix Cache Control headers on media See merge request pleroma/pleroma!2295
2020-03-03Update CopyrightsMark Felder
2019-10-11Make MediaProxy failure tracking less brutalrinpatch
The current failure tracking mechanism will never request anything that didn't respond with a success, 403, 404, or 5xx codes. This is causing issues when using in real fediverse because of weird status codes some software has and timeouts being frequent. This patch changes failure tracking mechanism to only never request the url again if it responded with 400, 204, or the body is too large, otherwise it can be re-requested in 60 seconds.
2019-10-01Track failed proxy urls and don't request them againSergey Suprunenko
2019-08-16FormattingMark Felder
2019-08-15max_body_size -> max_body_length, as it should beMark Felder
2019-07-12Merge the default options with custom ones in ReverseProxy andrinpatch
Pleroma.HTTP
2019-07-10Add license/copyright to all project filesfeld
2019-07-09reverse proxy testsAlexander Strizhakov