mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-19 21:04:40 -05:00
raise proxy_read_timeout for synapse
This commit is contained in:
parent
b5b55be1a6
commit
3d99bfadd3
@ -102,6 +102,7 @@ http {
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_read_timeout 600s;
|
||||
|
||||
client_max_body_size 50m;
|
||||
client_body_buffer_size 16k;
|
||||
|
Loading…
Reference in New Issue
Block a user