]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Fri, 30 Nov 2007 22:06:48 +0000 (22:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 30 Nov 2007 22:06:48 +0000 (22:06 +0000)
src/http/ngx_http_special_response.c

index 20a8fa75d0fff722bd0307002808389f6dee815f..5671f9bb76fab6ac9df0db74d0861ddc07d40091 100644 (file)
@@ -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),