Remediation Steps
Follow the steps below to remediate this finding on Nginx webserver.
To suppress Last-Modified and ETag headers:
add_header Last-Modified ""; etag off;Review application-generated responses and ensure raw Unix timestamps are not returned in API responses unless required by design.