sdxh0506 发表于 2018-11-13 09:34:11

Nginx错误页面隐藏版本号

server {  
    listen      80;
  
    server_name 192.168.1.250;
  
    index index.html index.htm index.php index.jsp;
  
    server_tokens       off;
  
    root      /data/www/html;
  
    access_log/var/log/nginx/wordpress.access.log combined_realip;


页: [1]
查看完整版本: Nginx错误页面隐藏版本号