Hide nginx version on CentOS

Edit nginx.conf

add the following in to http { }

http {

    server_tokens off;

}

Some of the content is generated by AI, please be cautious in identifying it.

Leave Your Message