node-http-server – Diff between revs 20 and 21

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 20 Rev 21
Line 32... Line 32...
32 // Any file matching these regular expressions will be offered. 32 // Any file matching these regular expressions will be offered.
33 accept: [ 33 accept: [
34 /^.+\.html$/, 34 /^.+\.html$/,
35 /^.+\.css$/, 35 /^.+\.css$/,
36 /^.+\.js$/, 36 /^.+\.js$/,
37 /^.+\.png$/ 37 /^.+\.png$/,
-   38 /^.+\.ico$/
38 ], 39 ],
39 // Any files matching these regular expressions will never be offered. 40 // Any files matching these regular expressions will never be offered.
40 refuse: [ 41 refuse: [
41 /^\.bashrc$/ 42 /^\.bashrc$/
42 ], 43 ],