optimize: shortened the server string "ngx_openresty" to "openresty".

This commit is contained in:
Yichun Zhang (agentzh)
2013-12-15 13:24:52 -08:00
parent 8cec47f755
commit 4bab759ea3
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ diff -upr nginx-1.5.7/src/core/nginx.h nginx-1.5.7-patched/src/core/nginx.h
#define nginx_version 1005007
#define NGINX_VERSION "1.5.7"
-#define NGINX_VER "ngx_openresty/" NGINX_VERSION ".unknown"
+#define NGINX_VER "ngx_openresty/" NGINX_VERSION ".unknown (no pool)"
-#define NGINX_VER "openresty/" NGINX_VERSION ".unknown"
+#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)"
#define NGINX_VAR "NGINX"
Only in nginx-1.5.7-patched/src/core: nginx.h.orig