logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c445c9e1255c978c9c0ace0828c4dcdd36e777b9
parent 15f69b43a1c2c4f481c0760c3ea58dbdcf9ff31d
Author: kaniini <nenolod@gmail.com>
Date:   Mon, 14 Jan 2019 07:25:08 +0000

Merge branch 'fix-nginx-caching' into 'develop'

Fix nginx caching issues

See merge request pleroma/pleroma!654

Diffstat:

Minstallation/pleroma.nginx4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx @@ -79,8 +79,10 @@ server { proxy_cache_valid 200 206 301 304 1h; proxy_cache_lock on; proxy_ignore_client_abort on; - proxy_buffering off; + proxy_buffering on; chunked_transfer_encoding on; + proxy_ignore_headers Cache-Control; + proxy_hide_header Cache-Control; proxy_pass http://localhost:4000; } }