github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/dir.conf (about)

     1  <IfModule mod_dir.c>
     2  	DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
     3  </IfModule>
     4  
     5  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet