open-contracting / deploy

Deployment configuration and scripts

Home Page:https://ocdsdeploy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable version numbers in Apache and Nginx

jpmckinney opened this issue · comments

We only use Nginx in Docker containers, where I think I can just add server_tokens off; to the conf file.

For Apache, probably:

ServerTokens Prod
ServerSignature Off