bugfix: fixed typo in no-pool patch of 1.21.4. (#799)
This commit is contained in:
parent
f3a85d860f
commit
a7142a8934
|
@ -4,7 +4,7 @@ diff --minimal '--exclude=*.swp' '--exclude=*~' -up nginx-1.21.4/src/core/nginx.
|
|||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
#define nginx_version 1021003
|
||||
#define nginx_version 1021004
|
||||
#define NGINX_VERSION "1.21.4"
|
||||
-#define NGINX_VER "openresty/" NGINX_VERSION ".unknown"
|
||||
+#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)"
|
||||
|
|
Loading…
Reference in New Issue