But TCP client works now. We’re getting somewheres
I bet I just need to tweak nginx config now.
BINGO!
Thanks so much you guys!
To recap for future guys…
eventstore.config
Set ExtIp to the IP from your ifconfig eth0
nginx
set proxy_pass to http://IPFromifconfig:yourport
Yes, it’s not really expected that you’d want to bind HTTP only on localhost but TCP on an external IP.
Greg any thoughts on adding that? Should be a relatively minor change.
This could be done...
eventstore.config
Set ExtIp to the IP from your ifconfig eth0
nginx
set proxy_pass to http://IPFromifconfig:yourport
Yes.
Ok. On to projections.
They won’t start.
RunProjections: All
Nothing in the GES log
Chrome:
Enabling projections to run is not the same as starting them - they’ll be stopped by default.
I can’t start them either. I’ll start a new thread for this shortly.