From 70c6c854fbc099fe37099f4fc218847a6af89335 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 7 Mar 2013 09:56:47 -0500 Subject: [PATCH] minor changes --- cloudcmd.js | 1 + json/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 1af444b5..7f79b419 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -304,6 +304,7 @@ } function noJSTMPRedirection(pParams){ + Util.log(lPath); var MOVED_PERMANENTLY = 301, lPath = Util.removeStr(pParams.name, 'no-js/'); diff --git a/json/config.json b/json/config.json index 9309b0fe..c86eab69 100644 --- a/json/config.json +++ b/json/config.json @@ -14,6 +14,6 @@ "socket" : true, "port" : 80, "ip" : null, - "ssl" : true, + "ssl" : false, "rest" : true } \ No newline at end of file