Skip to content

add module headers-more-nginx-module to hide the Server information in the header #38

@samuele-perrone

Description

@samuele-perrone

It would be great to have the headers-more-nginx-module module added by default.

I'm currently using it on my docker image and it's useful because have all the default libs I need. However, after a couple of penetration testing reports I had been asked to remove the Server: nginx value from the response header.

I've added server_tokens off; to the nginx config to hide the version, but I need to use more_clear_headers Server; to completely remove the information. I can only do with this module apparently, unless there is another way.

Any recommendation would be great to solve the problem sooner than awaiting for an eventual update.
Thank you for the hard work.
Sam

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions