comparison conf/nginx.conf @ 699:1f3cc64393b6

fix "$request $status" order in log_format
author Igor Sysoev <igor@sysoev.ru>
date Sat, 16 Sep 2006 07:14:31 +0000
parents 400711951595
children 6c8af39831e4
comparison
equal deleted inserted replaced
698:deb2ce14a500 699:1f3cc64393b6
16 16
17 http { 17 http {
18 include conf/mime.types; 18 include conf/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] $status ' 21 #log_format main '$remote_addr - $remote_user [$time_local] $request '
22 # '"$request" $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;