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

Compare commits

...

5 commits

Author SHA1 Message Date
Shlee
fb8e1fa729
Merge be28ca5637 into 549ab089ee 2024-07-31 11:06:49 +00:00
Shlee
be28ca5637
Update nginx.conf 2024-06-11 13:45:08 +09:30
Shlee
d91b31200f
Update nginx.conf 2024-06-08 01:05:32 +09:30
Shlee
d774aaf08e
Update nginx.conf 2024-06-08 01:04:46 +09:30
Shlee
a6cb1468c4
Increase nginx.conf proxy_read_timeout 2024-06-08 01:03:29 +09:30

1
dist/nginx.conf vendored
View file

@ -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;