mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
Increase nginx.conf proxy_read_timeout (#30599)
This commit is contained in:
parent
c0c6f5ea32
commit
35bd985727
1
dist/nginx.conf
vendored
1
dist/nginx.conf
vendored
|
|
@ -52,6 +52,7 @@ server {
|
|||
keepalive_timeout 70;
|
||||
sendfile on;
|
||||
client_max_body_size 99m;
|
||||
proxy_read_timeout 120; ## Increase if you experience 504 errors uploading media
|
||||
|
||||
root /home/mastodon/live/public;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user