mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Increase nginx.conf proxy_read_timeout
This commit is contained in:
parent
80cd001e0a
commit
a6cb1468c4
1 changed files with 1 additions and 0 deletions
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 900;
|
||||
|
||||
root /home/mastodon/live/public;
|
||||
|
||||
|
|
Loading…
Reference in a new issue