Moving on (after getting distracted by reviewing a pile more Ludum Dare games)
I’m now setting up my production AWS box, I have mono and the event store working properly - but I’d like access to it from the outside world now (for debug purposes)
Now, by default it’ll listen on 127.0.0.1 and attempts to go visit it from say, localhost will fail due to an invalid host
The problem is, I have an elastic IP ( 23.21.129.105 ) with which to visit my box, but that’s not any of the IP addresses held by the card on that machine
Even listening on 0.0.0.0 will yield an invalid host warning
What I could do is set up haproxy to route this for me, but is it possible to just expose the thing directly by saying “Listen on this IP on this hostname”??