node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 16  →  ?path2? @ 17
/config.js.dist
@@ -13,7 +13,7 @@
},
// Authentication settings.
auth: {
// The locations that require authentication.
// The web locations that require authentication.
locations: [
'/admin/'
],
@@ -25,6 +25,10 @@
site: {
// The document index that will be served when a directory is requested.
index: 'index.html',
// The web locations for which sending a directory index is allowed.
indexing: [
'/public/'
],
// The name of the website.
name: 'Wizardry and Steamworks',
},