Feedback

type to search

Changing websocket from :3000

Asked by

I have installed Diaspora on my VPS, and its currently accesible by going to xxx.xxx.xxx.xx:3000 (where xxx = IP Address of the server). I am wondering how do I get the package to run on simply the IP, which files do I edit to change the socket from :3000 to say :80 (which then should make the site accessible on xxx.xxx.xxx.xx)

Thanks!

or Cancel

1 answer

0

sarahmei

You can pass -p 80 to ./script/server, but then you need to run as root (which is not recommended for a public server). You probably want to set it up so that apache (or whatever webserver you have on 80) proxies to diaspora on 3000.

or Cancel

Your answer

You need to join Diaspora to complete this action, click here to do so.