3

I am trying to see, what is the web-server name of a particular website.

http://browserspy.dk/webserver.php

When I searched I got response as

Server: cloudflare-nginx

I know nginx and cloud-flare but I never heard a web-server named cloudflare-nginx.

Usually I get "nginx" as the webserver if website is powered by "nginx"

Can someone explain this Server: cloudflare-nginx means ?

einverne
  • 103
  • 5
mahen3d
  • 4,342
  • 14
  • 36
  • 57

1 Answers1

6

Most likely, Cloudflare has a custom built Nginx webserver running their services which they've renamed to cloudflare-nginx.

You can change the server header output this way:

http://wiki.nginx.org/HttpHeadersMoreModule

Also see: https://stackoverflow.com/questions/246227/how-do-you-change-the-server-header-returned-by-nginx

JayMcTee
  • 3,923
  • 1
  • 13
  • 22