blob: 7c77afe2377312cb04edb5141abc5d433d37a1ed (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- nginx-1.26.0/src/http/ngx_http_core_module.h 2024-04-23 11:04:32.000000000 -0300
+++ nginx-1.26.0_patched/src/http/ngx_http_core_module.h 2024-04-23 18:50:12.609803419 -0300
@@ -57,7 +57,6 @@
#define NGX_HTTP_SERVER_TOKENS_OFF 0
#define NGX_HTTP_SERVER_TOKENS_ON 1
-#define NGX_HTTP_SERVER_TOKENS_BUILD 2
typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t;
|