Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

artifactory

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?

like image 949
Ryan Kennedy Avatar asked Oct 30 '22 18:10

Ryan Kennedy


1 Answers

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.

like image 68
user2707671 Avatar answered Nov 08 '22 07:11

user2707671