aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-30 22:06:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-30 22:06:48 +0000
commit77e8b0c59fa836131b979bafb6c0e41e0b9e7c4d (patch)
tree8c1870d68007c5f2f93eea45124f89300828dd8e /src
parent00e0377488de41471d666dc6fac62f822de4fc18 (diff)
downloadnginx-77e8b0c59fa836131b979bafb6c0e41e0b9e7c4d.tar.gz
nginx-77e8b0c59fa836131b979bafb6c0e41e0b9e7c4d.zip
fix comment
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_special_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c
index 20a8fa75d..5671f9bb7 100644
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -307,7 +307,7 @@ static ngx_str_t ngx_http_error_pages[] = {
ngx_string(ngx_http_error_495_page), /* 495, https certificate error */
ngx_string(ngx_http_error_496_page), /* 496, https no certificate */
ngx_string(ngx_http_error_497_page), /* 497, http to https */
- ngx_string(ngx_http_error_404_page), /* 498, invalid host name */
+ ngx_string(ngx_http_error_404_page), /* 498, canceled */
ngx_null_string, /* 499, client has closed connection */
ngx_string(ngx_http_error_500_page),