diff options
Diffstat (limited to 'proxy/index.js')
| -rwxr-xr-x | proxy/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/index.js b/proxy/index.js index 18d61f13..425f97f6 100755 --- a/proxy/index.js +++ b/proxy/index.js @@ -8,7 +8,7 @@ var PORT = 9090 var cache = {} var DEBUG = false -var USE_CACHE = true +var USE_CACHE = false var server = http.createServer().listen(PORT, function(){ console.log('Proxy listening on: http://lvh.me:%s', PORT) |
