# HG changeset patch
# User catatsuy <catatsuy@catatsuy.org>
# Date 1708774686 -32400
#      Sat Feb 24 20:38:06 2024 +0900
# Node ID ce4bdb0116560cf735110ace589764f15ca321d8
# Parent  8b8b2e1aa77a3539772815bd0d57450bae674e5c
Update HTTP/1.1 Server header to "freenginx"

diff -r 8b8b2e1aa77a -r ce4bdb011656 src/http/ngx_http_header_filter_module.c
--- a/src/http/ngx_http_header_filter_module.c	Tue Feb 20 20:15:32 2024 +0300
+++ b/src/http/ngx_http_header_filter_module.c	Sat Feb 24 20:38:06 2024 +0900
@@ -46,7 +46,7 @@
 };
 
 
-static u_char ngx_http_server_string[] = "Server: nginx" CRLF;
+static u_char ngx_http_server_string[] = "Server: freenginx" CRLF;
 static u_char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF;
 static u_char ngx_http_server_build_string[] = "Server: " NGINX_VER_BUILD CRLF;
 
