node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 32  →  ?path2? @ 33
/config.js.dist
@@ -40,7 +40,8 @@
/^.+\.woff2$/,
/^.+\.map$/,
/^.+\.ttf$/,
/^.+\.svg$/
/^.+\.svg$/,
/^.*\.md$/
],
// Any files matching these regular expressions will never be offered.
reject: [
@@ -48,7 +49,7 @@
],
// Simple re-writing capabilities.
rewrite: {
'index.html' : /^\/doc\/(.+?)$/g
'index.html' : /^\/wiki\/(.+?)$/g
},
// The name of the website.
name: 'Wizardry and Steamworks',