c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How change the url of the server using node server.js command ?

Cesarot opened this issue · comments

Can you explain me please , how can I change the url of the server , I want to add specific name of subdomain, Something like this :
localhost/Cloud9 instead of localhost
where cloud9 is my custom subdomain from a proxy, my proxy is working well but inside of c9/core project there still appointing to localhost some sources also the request took me to
localhost/ide.html
and i want that the request took me to localhost/cloud9/ide.html
I am using this comand for start the service :
node server.js -p 7000 -a : -w '/var/www/html' --listen 0.0.0.0 &
and would be nice to set the subdomain over there to the url by that command as a option.

Duplicate of #11.