Skip to content

Always override plug's default cache-control in reverse proxy

href requested to merge href/pleroma:proxy-no-default-plug-cache into develop

This adds cache-control: public to all requests who already have caching headers returned by the upstream who does not have a cache-control: if no cache-control is set, Plug will default to max-age=0, private, must-revalidate.

Merge request reports