Apache2 File Indexing

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>

Actually I think I may have found it, it might have been overridden by default-server.conf I will report back in a second.

Yea that was it I it thanks,