X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=688be3e712a4371fd2e37dbdf45548d3e9ac1d21;hb=7321429a2ea134d7d920d8c977c4ec7bdcafc5e1;hp=7f48b614b4c006e47bdb2e5c01924308ce463bed;hpb=e8493431bfc16977e43715bf8bdb09ac46580028;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 7f48b614b..688be3e71 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -90,8 +90,6 @@ server { proxy_ignore_client_abort on; proxy_buffering on; chunked_transfer_encoding on; - proxy_ignore_headers Cache-Control; - proxy_hide_header Cache-Control; proxy_pass http://127.0.0.1:4000; } }