Use finch everywhere #33

Merged
floatingghost merged 15 commits from finch into develop 2022-07-04 16:30:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8fd0a06241 - Show all commits

View File

@ -9,7 +9,7 @@ defmodule Pleroma.ReverseProxy do
@resp_cache_headers ~w(etag date last-modified)
@keep_resp_headers @resp_cache_headers ++
~w(content-length content-type content-disposition content-encoding) ++
~w(content-range accept-ranges vary)
~w(content-range accept-ranges vary expires)
@default_cache_control_header "public, max-age=1209600"
@valid_resp_codes [200, 206, 304]
@max_read_duration :timer.seconds(30)