mastus: radicale: increase timeout

This commit is contained in:
Gabriel Ebner 2016-06-18 13:39:10 +02:00
parent 07dd7e4e8e
commit 81eb70249e
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ in
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_buffering off;
proxy_connect_timeout 900;
proxy_send_timeout 900;
proxy_read_timeout 900;
send_timeout 900;
proxy_pass http://radicale;
client_max_body_size 30M;
break;