Welcome! Log In Create A New Profile

Advanced

Nginx timeout

Posted by Grohotun 
Nginx timeout
December 06, 2010 09:24AM
Всем привет!
Давно пользуюсь nginx но вот недавно стала вылезать ошибка при заливки базы
стоит nginx + php-fastcgi
Сама ошибка:
: Connection reset by peer) while reading response header from upstream, client: *.*.32.96, server: www.ххх.ru, request: "GET /export1c?type=catalog&mode=import&filename=import.xml HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "ххх.ru"
При этом проходит около 2 минут
часть конфа на хост:
location ~ (\.php|/downloader/?|/errors/?|/report/?)$ {
if ($request_uri ~ /(downloader|errors|report)$){ # no trailing /, redirecting
rewrite ^(.*)$ $1/ permanent;
}
fastcgi_index index.php;
include fastcgi_params;
keepalive_timeout 600;
fastcgi_connect_timeout 600;
fastcgi_send_timeout 1800;
fastcgi_read_timeout 1800;
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
fastcgi_intercept_errors on;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
if (-e $request_filename) { # check if requested path exists
fastcgi_pass 127.0.0.1:9000;
}

}

В чем может быть пробема?
Re: Nginx timeout
December 20, 2010 08:41AM
Есть у кого-нибудь идеи?
Re: Nginx timeout
April 29, 2011 01:55PM
my new friend
I am well pleased to contact you after viewing your profile i am interested in having communication with you as a genuine friend pleasure dear write me back using my email address (kassala.happiness@yahoo.com) i am waiting to hear from you soon.
yours new friend
happiness
Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 124
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready