#vi /etc/nginx/nginx.conf http { }

http {
     server_tokens off; //추가
}

#systemctl restart nginx

+ Recent posts