mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 13:48:09 +00:00
Increase nginx.conf proxy_read_timeout (#30599)
This commit is contained in:
1
dist/nginx.conf
vendored
1
dist/nginx.conf
vendored
@@ -52,6 +52,7 @@ server {
|
|||||||
keepalive_timeout 70;
|
keepalive_timeout 70;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
client_max_body_size 99m;
|
client_max_body_size 99m;
|
||||||
|
proxy_read_timeout 120; ## Increase if you experience 504 errors uploading media
|
||||||
|
|
||||||
root /home/mastodon/live/public;
|
root /home/mastodon/live/public;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user