Merge branch 'patch-3' into 'develop'

Update pleroma.nginx

See merge request pleroma/pleroma!179
This commit is contained in:
lambda 2018-05-29 10:58:43 +00:00
commit 8bd7ace420
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}