I'm not sure how to configure my immutant installation to serve webpages
when I do:
>> lein immutant run
>> curl http://127.0.0.1:8080/testing
it works, but
>> curl http://172.20.10.3:8080/testing
which is an alternative ip on my computer does not.
Where can we configure this option?