Nginx version disclosure.
Nginx version disclosure is a security vulnerability that allows an attacker to obtain information about the version of Nginx running on the server.
Disable version disclosure by adding the following directive to your nginx.conf
:
server_tokens off;