Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 1 | -0/+1 |
Set `config.static_index` to serve a static directory index file not named `index`. For example, to serve `main.html` instead of `index.html` for directory requests, set `config.static_index` to `"main"`. |