Posts Tagged ‘nginx’

nginx 隐藏header

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 [...]

试试访问速度?