# Hide Nginx version

`/etc/nginx/nginx.conf`:

```
    http {
      server_tokens off;
    }
```
