Remove Version From Server Header Banner In Nginx
In default NGINX configuration, the Server header banner is ON which exposes what version of Nginx you are using. This is considered as information leakage vulnerability. If you are working on auditing or fixing a security issue, then you will be asked to get rid of a version as part of hardening & security. Implementation Go to nginx/conf folder Take a backup of a configuration file Add the following in nginx....