Arc Forumnew | comments | leaders | submitlogin
3 points by pg 5316 days ago | link | parent

A better solution might be to supply an explicit 80 as an argument to asv. I.e. change bsv to:

    (def bsv ()
      (ensure-dir postdir*)
      (load-posts)
      (asv 80))


2 points by revorad 5315 days ago | link

I tried that but it still doesn't solve the problem that my ISP blocks port 80 by default.

-----