Skip to content

move index.html to actual DocumentRoot

Jelto requested to merge static-codereview-reedy-main-patch-72818 into main

The DocumentRoot is set to /srv/app/html/static-codereview. So the index.html file in /srv/app/html/ is not used. We can just move the index.html to /srv/app/html/static-codereview in combination with the -skip-old-files flag.

Bug: T363771

Edited by Jelto

Merge request reports