<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Renaud,<br>
<br>
<br>
Fixed that one too for fastcgi. Thanks!<br>
<br>
<br>
<br>
Regards,<br>
<br>
thomas<br>
<blockquote cite="mid:4828884A.2070407@llorien.org" type="cite">
  <pre wrap=""><!---->
Just put  "server_tokens   off;" in your main http configuration.

Don't forget that if you are running fastcgi, you may have to put
"fastcgi_param  SERVER_SOFTWARE    nginx;" in your params instead of the
default value.
  </pre>
</blockquote>
<br>
</body>
</html>