comparison conf/nginx.conf @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents fd661d14a7fa
children 2019117e6b38
comparison
equal deleted inserted replaced
492:a3fac9a5aa5b 493:975f62e77f02
13 13
14 http { 14 http {
15 include conf/mime.types; 15 include conf/mime.types;
16 default_type application/octet-stream; 16 default_type application/octet-stream;
17 17
18 sendfile on; 18 sendfile on;
19 # tcp_nodelay on;
20
21 # keepalive_timeout 0;
19 22
20 #gzip on; 23 #gzip on;
21 24
22 server { 25 server {
23 listen 80; 26 listen 80;