nginx, by default, sends information about its use in the Server HTTP header as well as error pages. For example:
nginx/1.22.1
sudo apt install libnginx-mod-http-headers-more-filter
http {
...
server_tokens off;
more_clear_headers Server;
...
}
Restart nginx:
sudo systemctl restart nginx
curl -svI qwerty.md