1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 22:25:06 +01:00

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

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