Skip to content
Snippets Groups Projects
Commit 8bd7ace4 authored by lain's avatar lain
Browse files

Merge branch 'patch-3' into 'develop'

Update pleroma.nginx

See merge request pleroma/pleroma!179
parents 52b04137 a6fd9c4b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment