vi src/core/nginx.h,将
#define NGINX_VERSION "0.7.64"
#define NGINX_VER "nginx/" NGINX_VERSION
改成
#define NGINX_VERSION "1.0"
#define NGINX_VER "BWS"
然后 configure
vi src/core/nginx.h,将
#define NGINX_VERSION "0.7.64"
#define NGINX_VER "nginx/" NGINX_VERSION
改成
#define NGINX_VERSION "1.0"
#define NGINX_VER "BWS"
然后 configure