Re: How to hide Kernel Info & also compile the nginx

2020-08-22 Thread J.R.
"Is there any way to hide kernel information using Nginx?" Scanners 'guess' kernel versions based on various TCP options and such your server supports. Unless you want to kill performance and make your server look like it's running an older kernel, there is nothing to be done.

How to hide Kernel Info & also compile the nginx

2020-08-22 Thread Shin Lim
Hello, I have hosted Nginx 1.16.1 on Ubuntu 16.04. Have configured SSL from LetsEncrypt. Everything is running fine. Only port 80 and 443 are allowed. During security testing, I see that kernel information is exposed on domain.Is there any way to hide kernel information using Nginx ? Can I compil