After installing a WordPress Cluster through the marketplace, giving the environment a public IP address and connecting a external domain with it, the site worked via the external domain for visitors.
But I can't do a lot of things in the backend (as saving a post) - as processes are not ending or throwing an timeout error. Mostly in combination with cURL.
So I tested with WordPress Plugin "Health Check". The negative result was "The loopback request to your site failed"
I read about it and found https://www.digitalocean.com/community/questions/how-do-i-enable-loopback-connections-on-ubuntu-14-04 - but that seems to not work in the cluster environment, as the hosts file looks different in every app-server - in will look different in new ones (when horizontal auto-scaling adds one), right?
So I would like to know, who I can enable loopback connections in this WordPress Cluster on Jelastic.
THANKS SO MUCH!