mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
optimize: shortened the server string "ngx_openresty" to "openresty".
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user