Disabling Apache's `/icons` directory

Remove these lines from autoindex.conf

Alias /icons/ "/usr/share/httpd/icons/"

<Directory "/usr/share/httpd/icons">
        Options Indexes MultiViews FollowSymlinks
        AllowOverride None
        Require all granted
</Directory>