Lighttpd has configured index file names (index.php, index.html, index.htm) and those work correctly. However, if I go to the exact same folder using the tools-static server, the index file is not used, and a directory listing is displayed instead.
Cf. https://mormegil.toolforge.org/propertylinker/volby/ and https://tools-static.wmflabs.org/mormegil/propertylinker/volby/ with the index available at the explicit https://tools-static.wmflabs.org/mormegil/propertylinker/volby/index.htm instead.
I would expect the tools-static webserver to
have directory listing disabled (and, yes, to show 403 Forbidden for requests for a directory with no index file, just like the non-static server does), and(I was explained the reasoning on IRC, and in fact, it makes sense to have directory listing enabled on the static server, as there is no alternative for it when offering e.g. IRC logs)- have the index file names configuration identical to the non-static server (possibly with the obvious exception of index.php which wouldn’t work on the static server, but the users shouldn’t have PHP files in there, anyway, so it should not matter).