[#137] Add index page support
Signed-off-by: Nikita Zinkevich <n.zinkevich@yadro.com>
This commit is contained in:
parent
20f3ba6879
commit
90d656d841
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ pool_error_threshold: 100 # The number of errors on connection after which node
|
|||
# Enable index page to see objects list for specified container and prefix
|
||||
index_page:
|
||||
enabled: false
|
||||
template_path: /templates/index.gotmpl
|
||||
template_path: internal/handler/templates/index.gotmpl
|
||||
|
||||
zip:
|
||||
compression: false # Enable zip compression to download files by common prefix.
|
||||
|
|
Loading…
Reference in a new issue