changing default index for docs on qa stg to be index.html

This commit is contained in:
Tim Flink 2016-09-22 21:15:25 +00:00
parent deadb40d3b
commit 2319b5d428

View file

@ -19,4 +19,8 @@
DirectoryIndex default.html
</Location>
<Location"/docs">
DirectoryIndex index.html
</Location>
</VirtualHost>