蔷薇525 发表于 2018-11-16 10:51:17

nginx 小设置

# curl --head www.nginx.org  HTTP/1.1 200 OK
  Server: nginx/0.8.31
  Date: Wed, 13 Jan 2010 06:17:30 GMT
  Content-Type: text/html
  Content-Length: 2341
  Last-Modified: Mon, 11 Jan 2010 15:45:11 GMT
  Connection: keep-alive
  Keep-Alive: timeout=15
  Accept-Ranges: bytes
  这样一下子就给人家看到你的服务器nginx版本是0.8.31

页: [1]
查看完整版本: nginx 小设置