Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Странности с large_client_header_buffers
On Fri, Aug 08, 2008 at 03:10:39PM +0700, Martsul, Vladimir wrote:
> user nginx nginx;
> worker_processes 2;
>
> error_log /var/log/nginx/error.log notice;
> pid /var/run/nginx.pid;
>
> events {
> worker_connections 1024;
> use epoll;
> }
>
> http {
> include /etc/nginx/mime.types;
>
> error_log /var/log/nginx/error.log notice;
>
> log_format main '$remote_addr [$time_local] $host $request $status
> $body_bytes_sent "$http_referer" "$http_user_agent"';
> access_log /var/log/nginx/access.log main;
>
> server_tokens off;
>
> sendfile on;
> tcp_nopush on;
> tcp_nodelay on;
>
> client_body_timeout 30;
> client_header_timeout 30;
> keepalive_timeout 5 5;
> send_timeout 30;
> reset_timedout_connection on;
>
> index index.html
- index index.html
+ index index.html;
--
Игорь Сысоев
http://sysoev.ru
|