Tag: nginx
how to change nginx server string?
by d2 on Jul.06, 2010, under bash, code, solution
If you want to hide web server string which is shown each time you perform request, this might be howto for you ;) Usual nginx response looks like that: HTTP/1.1 200 OK Date: Tue, 06 Jul 2010 08:14:19 GMT Server: nginx/0.7.67 To get rid of it you need to get source code, change it and [...]