invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 263 forks source link

disable nginx version output #488

Closed Xenion1987 closed 1 year ago

Xenion1987 commented 1 year ago

Add server_tokens off; to not display nginx version in HTTP headers output.

server_tokens on: server: nginx/1.23.3

server_tokens off: server: nginx