Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Nginx webserver.

  1. To suppress Last-Modified and ETag headers:

    add_header Last-Modified "";
    etag off;
  2. Review application-generated responses and ensure raw Unix timestamps are not returned in API responses unless required by design.