mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] broken RegExp
This commit is contained in:
parent
4cc18f4217
commit
549bfeac23
@ -34,7 +34,7 @@ var util = require('util'),
|
||||
//
|
||||
|
||||
httpProxy.createServer(
|
||||
require('connect-gzip').gzip({ matchType: /?:./ }),
|
||||
require('connect-gzip').gzip({ matchType: /.?/ }),
|
||||
9000, 'localhost'
|
||||
).listen(8000);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user