diff --git a/plugins/c9.vfs.standalone/standalone.js b/plugins/c9.vfs.standalone/standalone.js index 48955e9e..8cf365fb 100644 --- a/plugins/c9.vfs.standalone/standalone.js +++ b/plugins/c9.vfs.standalone/standalone.js @@ -142,7 +142,7 @@ function plugin(options, imports, register) { }, previewHandler.getProxyUrl(function() { return { - url: "http://localhost:" + options.options.port + "/vfs" + url: "http://" + options.options.host + ":" + options.options.port + "/vfs" }; }), previewHandler.proxyCall()