mastus: radicale: increase timeout
This commit is contained in:
parent
07dd7e4e8e
commit
81eb70249e
@ -64,6 +64,10 @@ in
|
|||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_connect_timeout 900;
|
||||||
|
proxy_send_timeout 900;
|
||||||
|
proxy_read_timeout 900;
|
||||||
|
send_timeout 900;
|
||||||
proxy_pass http://radicale;
|
proxy_pass http://radicale;
|
||||||
client_max_body_size 30M;
|
client_max_body_size 30M;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user