X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=688be3e712a4371fd2e37dbdf45548d3e9ac1d21;hb=be34672d6768bdc9ece96669e07e940a98c9d933;hp=7f48b614b4c006e47bdb2e5c01924308ce463bed;hpb=6d74a7528c31e6215d808627f1c393ab53d99782;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; } }