Октябрь 10

a client request body is buffered to a temporary file / && upstream timed out (110: Connection timed out) while reading response header from upstream,


location @php {
fastcgi_index index.php;
fastcgi_param PHP_ADMIN_VALUE "sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@****.ru";
fastcgi_pass unix:/var/www/php-fpm/admin.sock;
fastcgi_split_path_info ^((?U).+\.ph(?:p\d*|tml))(/?.+)$;
try_files $uri =404;
include fastcgi_params;
fastcgi_read_timeout 350;
client_body_buffer_size 10M;
client_max_body_size 10M;

}