blob: e0616a8ad2d453333a9a81f8fe627c0611d56adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# diff -Nau nginx-1.30.0/src/http/ngx_http_core_module.h nginx-1.30.0_patched/src/http/ngx_http_core_module.h > nginx-without-server-header/ngx_http_core_module.h.patch
--- nginx-1.30.0/src/http/ngx_http_core_module.h 2026-04-14 10:10:11.000000000 -0300
+++ nginx-1.30.0_patched/src/http/ngx_http_core_module.h 2026-04-16 20:10:05.165836462 -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;
|