1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Update nginx.conf

This commit is contained in:
Shlee 2024-06-08 01:05:32 +09:30 committed by GitHub
parent d774aaf08e
commit d91b31200f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 180;
proxy_read_timeout 300;
root /home/mastodon/live/public;