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