I am using NGINX. I don't want to disclose my server Identity. For that, I research many sites and found to hide the version of NGINX on Windows Environment.
Command on windows:server_tokens off;
Now How to hide or modify the Name of server i.e
Server: nginx
to
Server: "Customname"
I found somewhere info that there is NGINX-EXTRA module which can do this stuff. But I don't know how to get and what is the procedure. If anyone has the knowledge of this or something which can solve my requirement then please let me know. Any help is Really Appreciated.