Skip to content

Remove server Headers

Install Nginx Extras


title: Install Nginx Extras

Why

Some configs in NGINX need the nginx-extras

How

apt-get install nginx-extras

Add below

server_tokens off;
more_set_headers "Server: gws"; # (1)!
  1. Set's the server header to Google web server

Want to make this site better? Open a PR or help fund hosting costs