Commit 549bfeac authored by Dominic Tarr's avatar Dominic Tarr

[fix] broken RegExp

parent 4cc18f42
......@@ -34,7 +34,7 @@ var util = require('util'),
//
httpProxy.createServer(
require('connect-gzip').gzip({ matchType: /?:./ }),
require('connect-gzip').gzip({ matchType: /.?/ }),
9000, 'localhost'
).listen(8000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment