Update nginx.conf

pull/30599/head
Shlee 2024-06-08 01:04:46 +09:30 committed by GitHub
parent a6cb1468c4
commit d774aaf08e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
dist/nginx.conf vendored
View File

@ -52,7 +52,7 @@ server {
keepalive_timeout 70;
sendfile on;
client_max_body_size 99m;
proxy_read_timeout 900;
proxy_read_timeout 180;
root /home/mastodon/live/public;