504 Gateway Time-out
Дмитрий Леоненко
dmitry.leonenko at gmail.com
Sun Feb 11 00:12:03 MSK 2007
Не пойму, почему при сложных операциях вылетает таймаут именно nginx'а (php
скрипт на апаче продолжает работать).
Я уже ума не приложу, где мне таймаут увеличить....
кусок конфига:
user www-data www-data;
> worker_processes 1;
> error_log /var/log/nginx_log/error_log info;
> worker_rlimit_nofile 10240;
>
> events {
> worker_connections 8192;
> use epoll;
> }
>
> http {
> include /etc/nginx/mime.types;
> default_type application/octet-stream;
>
> access_log off;
>
> client_header_timeout 9000;
> client_body_timeout 9000;
> send_timeout 9000;
>
> connection_pool_size 256;
> client_header_buffer_size 1k;
> large_client_header_buffers 4 2k;
> request_pool_size 4k;
> proxy_buffers 8 64k;
> proxy_buffer_size 64k;
>
> gzip on;
> gzip_min_length 1100;
> gzip_buffers 4 8k;
> gzip_types text/plain;
>
> output_buffers 1 32k;
> postpone_output 1460;
>
> sendfile on;
> tcp_nopush on;
> tcp_nodelay on;
>
> keepalive_timeout 750 400;
>
> ignore_invalid_headers on;
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20070210/6ef57e89/attachment.html>
More information about the nginx-ru
mailing list