Hello.
By default, CouchDB exposes its current version to the worlds i.e
going to curl http://MYHOST:MYPORT/
I get the pretty json response below.

Please what is the recommended way of disabling this and display an
empty json or remove at least the version.
Note that I have haproxy in front of couchdb.
Thank you very much.

Arcadius

{

   - "couchdb": "Welcome",
   - "version": "3.2.2",
   - "git_sha": "d5b746b7c",
   - "uuid": "ce35097f091bda955f1a7b46adddaaca",
   - "features": [...],
   - "vendor": {
      - "name": "The Apache Software Foundation"
   }

}

Reply via email to