HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 32 forks source link

Disable server version in nginx #330

Closed marde16 closed 1 month ago

marde16 commented 8 months ago

The version of the nginx server is not disabled by the playbook.

I see the nginx version nginx/1.24.0 in the web browser console.

Please add server_tokens off; in the customizer template.

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/9eb050fdad217266a0fed3e2e35ebaf9f0b20d62/roles/third_party/nginx-install/templates/customizer.conf.j2#L15-L26

pln-git4011 commented 7 months ago

Hi Martin, thank you for the feedback. An internal ticket has been been created for this issue.

sabrina-yee commented 1 month ago

server_tokens off was added as part of the CR6 release.