comparison conf/nginx.conf @ 517:8fbdd980b527

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 13 Jul 2009 23:56:24 +0400
parents f2c6a7373274
children
comparison
equal deleted inserted replaced
424:44a61c599bb2 517:8fbdd980b527
16 16
17 http { 17 http {
18 include mime.types; 18 include mime.types;
19 default_type application/octet-stream; 19 default_type application/octet-stream;
20 20
21 #log_format main '$remote_addr - $remote_user [$time_local] $request ' 21 #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
22 # '"$status" $body_bytes_sent "$http_referer" ' 22 # '$status $body_bytes_sent "$http_referer" '
23 # '"$http_user_agent" "$http_x_forwarded_for"'; 23 # '"$http_user_agent" "$http_x_forwarded_for"';
24 24
25 #access_log logs/access.log main; 25 #access_log logs/access.log main;
26 26
27 sendfile on; 27 sendfile on;