Skip to content

Commit

Permalink
Merge pull request #6764 from spalger/fix/configureDirectoryListings
Browse files Browse the repository at this point in the history
[server] make directory listing configurable
  • Loading branch information
spalger committed Apr 6, 2016
2 parents 6b4c838 + 8df68fc commit 2fa1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/http/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = async function (kbnServer, server, config) {
handler: {
directory: {
path: dirPath,
listing: true,
listing: false,
lookupCompressed: true
}
},
Expand Down

0 comments on commit 2fa1760

Please sign in to comment.