Skip to content

Instantly share code, notes, and snippets.

@aamishbaloch
aamishbaloch / remove_server_details.md
Last active November 7, 2024 19:07
Remove Server Details from Response Header - Nginx

Remove Server Details from Response Header - Nginx

Below mentioned method is used to hide or remove the NGIX details from the header of your http requests.

Install Nginx Extras

sudo apt-get update
sudo apt-get install nginx-extras

Remove Server Details