Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-22 17:40:13 +0300
committerIgor Sysoev <igor@sysoev.ru>2005-02-22 17:40:13 +0300
commitd039a2e193c9172e4f415b9304222e81804a69d0 (patch)
tree4571d4da7950e9464e788a4d68dc5111167de52c /conf
parent174db74f2309e28c0e2b54e89b9e08afff187c7c (diff)
nginx-0.1.21-RELEASE importrelease-0.1.21
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index d48255033..441fd0cfe 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -15,7 +15,10 @@ http {
include conf/mime.types;
default_type application/octet-stream;
- sendfile on;
+ sendfile on;
+ # tcp_nodelay on;
+
+ # keepalive_timeout 0;
#gzip on;