Arc Forumnew | comments | leaders | submit | repos's commentslogin
1 point by repos 4983 days ago | link | parent | on: Ask: Redirect news.arc to domain name?

The guys at HackerStreet India pointed me in the right direction, all you have to do is change the port number from 8080 to 80 here: https://github.com/rick2047/arc/blob/master/news.arc#L83

Or configure an nginx server that does it for you.

-----

2 points by akkartik 4983 days ago | link

Yeah the benefit of nginx is that you don't have to run arc as root.

Also, you should be aware of the gotcha with srv.arc if you haven't seen it already: https://sites.google.com/site/arclanguagewiki/arc-3_1/known-.... Though I'm not sure if it applies to your repo..

-----