Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
zck
5521 days ago |
link
|
parent
Do you have a firewall or wireless router you're using? If so, you'll have to open up port 8080.
3 points
by
pg
5511 days ago |
link
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
5510 days ago |
link
I tried that but it still doesn't solve the problem that my ISP blocks port 80 by default.
-----
2 points
by
revorad
5521 days ago |
link
You're right, I think I fixed it now. Thanks!
-----