I set this in httpd.conf file but it still wont render an index when I browse my site. What is stopping it? That is replacing the original <Directory /> not just added to the file.
Also I restarted apache2 with sudo systemctl restart apache2.
<Directory />
Options +Indexes
AllowOverride All
Require all granted
</Directory>