原文件内容:
#define nginx_version 1008001
#define NGINX_VERSION "1.8.1"
#define NGINX_VER "nginx/" NGINX_VERSION
#define TENGINE "Tengine"
#define tengine_version 2002002
#define TENGINE_VERSION "2.2.2"
#define TENGINE_VER TENGINE "/" TENGINE_VERSION
修改后内容:
#define nginx_version 1008001
#define NGINX_VERSION "1.0.0"
#define NGINX_VER "example.com/" NGINX_VERSION
#define TENGINE "example.com"
#define tengine_version 2002002
#define TENGINE_VERSION "1.0.0"
#define TENGINE_VER TENGINE "/" TENGINE_VERSION