Search code examples
artifactory

Serving `index.html` on Artifactory instead of rendering the directory index


I've got some resources stored on an Artifactory server, along with some documentation. However, when I visit /path/to/release/, it renders a directory index instead of my index.html. Is there a setting I could use to render the webpage instead of the list of files?


Solution

  • There is an Artifactory setting that will allow to browse the html files in the directory: "Allow content browsing", see: https://www.jfrog.com/confluence/display/RTF/Advanced+Settings

    However, the index.html will not be loaded automatically.