diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index b6ca30cc9..42323dd95 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -83,6 +83,7 @@ server { location /proxy { proxy_cache pleroma_media_cache; proxy_cache_lock on; + proxy_ignore_client_abort on; proxy_pass http://localhost:4000; } }