The default configuration of nginx will display the server header or version number to your web browser. For security purposes, I do not want to display this information. This can be easily achieved by adding or changing to the following in the http{} directive in your nginx configuration file as below: – server_tokens off; add_header [...]
RSS Feed
一月 20th, 2012
lookdata
Posted in
Tags: