-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Currently this is what we get on the response header
Status Code: 200
date: Thu, 01 Jan 2015 14:20:52 GMT
content-encoding: gzip
server: nginx/1.6.2
.....
Can we just have server: nginx without the version information as the default, without need to create nginx.conf.template on all applications. Am sure this is possible by setting
https://github.com/progrium/dokku/blob/master/plugins/nginx-vhosts/templates/nginx.conf
https://github.com/progrium/dokku/blob/master/plugins/nginx-vhosts/templates/nginx.ssl.conf
to have this value
server_tokens off;
Metadata
Metadata
Assignees
Labels
No labels