diff --git a/webclient/proxy.php b/webclient/proxy.php index c47a766..797d3f9 100644 --- a/webclient/proxy.php +++ b/webclient/proxy.php @@ -89,7 +89,7 @@ curl_setopt($ch, CURLOPT_HEADER, true); // чтобы разделить headers/body curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); -curl_setopt($ch, CURLOPT_TIMEOUT, 30); +curl_setopt($ch, CURLOPT_TIMEOUT, 120); // Проксируем body для методов кроме GET/HEAD $body = file_get_contents('php://input');