Update comment to reflect what the code is actually doing

This commit is contained in:
Mark Felder 2020-03-13 11:46:40 -05:00
parent e04e16bbc0
commit c62195127d
1 changed files with 2 additions and 2 deletions

View File

@ -297,8 +297,8 @@ defmodule Pleroma.ReverseProxy do
cond do
has_cache? ->
# There's caching header present but no cache-control -- we need to explicitely override it
# to public as Plug defaults to "max-age=0, private, must-revalidate"
# There's caching header present but no cache-control -- we need to set our own
# as Plug defaults to "max-age=0, private, must-revalidate"
List.keystore(headers, "cache-control", 0, {"cache-control", @default_cache_control_header})
true ->