Remediation Steps
Follow the steps below to remediate this finding on Nginx webserver.
Ensure the autoindex directive is disabled (it is off by default).
In your server or location block, explicitly set:
autoindex off;Reload Nginx:
sudo systemctl reload nginx