Skip to content

Instantly share code, notes, and snippets.

@bububa
Created February 23, 2015 12:47
Show Gist options
  • Save bububa/a35319fc6b4cadf95356 to your computer and use it in GitHub Desktop.
Save bububa/a35319fc6b4cadf95356 to your computer and use it in GitHub Desktop.
change nginx server name
cd ~/src/nginx/
vi +49 src/http/ngx_http_header_filter_module.c
static char ngx_http_server_string[] = "Server: XiBWebd";
static char ngx_http_server_full_string[] = "Server: XiBWebd";
:wq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment