comparison conf/nginx.conf @ 478:f2c6a7373274 NGINX_0_7_51

nginx 0.7.51 *) Feature: the "try_files" directive supports a response code in the fallback parameter. *) Feature: now any response code can be used in the "return" directive. *) Bugfix: the "error_page" directive made an external redirect without query string; the bug had appeared in 0.7.44. *) Bugfix: if servers listened on several defined explicitly addresses, then virtual servers might not work; the bug had appeared in 0.7.39.
author Igor Sysoev <http://sysoev.ru>
date Sun, 12 Apr 2009 00:00:00 +0400
parents b4f69f2ef02c
children ad6fee8052d7
comparison
equal deleted inserted replaced
477:ba2ea8c4d60f 478:f2c6a7373274
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;