mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			418 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			418 B
		
	
	
	
		
			C
		
	
	
	
	
	
| diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c
 | |
| index 64e5acd..f5374f6 100644
 | |
| --- a/src/http/ngx_http_special_response.c
 | |
| +++ b/src/http/ngx_http_special_response.c
 | |
| @@ -26,7 +26,7 @@ static u_char ngx_http_error_full_tail[] =
 | |
|  
 | |
|  
 | |
|  static u_char ngx_http_error_tail[] =
 | |
| -"<hr><center>nginx</center>" CRLF
 | |
| +"<hr><center>openresty</center>" CRLF
 | |
|  "</body>" CRLF
 | |
|  "</html>" CRLF
 | |
|  ;
 |