Hello, 3000 is just the default port of the RoR development server. Run it with
bin/rails server -p 80 and enjoy the convenience that is port 80. SSL support is currently not implemented and thus HTTPS not possible to use without proxying the traffic through something which adds SSL. Greetings, Oliver On Mon, May 09, 2016 at 05:36:47PM -0600, Philip Boulton wrote: > Dear gentle genieacs UI users. > > I have installed genieacs, including genieacs-UI. > > I would like to be able to serve the genieacs UI on a port other > than 3000, and I would like to be able to serve it (the user > interface) over HTTPS -- preferably without the need to install > nginx or similar in front of it. I have looked all over for the > config that lets me do that, and grepped for where '3000' is set, > and come up empty. Can you help? > > Thanks very much, > > PB > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
