aws-samples / eb-php-wordpress

Configuration files and instructions for installing WordPress securely and running it in a load balanced AWS Elastic Beanstalk environment with an EFS file system for shared assets.
Apache License 2.0
165 stars 95 forks source link

Issue With Health Checks #22

Open electricBonfire opened 5 years ago

electricBonfire commented 5 years ago

My Health Checks are failing because of 3xx responses. I believe this is happening because the health check is trying to load the site using the ip of the ec2 instance. When the site is loaded wordpress checks the options table in the db and sends a redirect to the url listed under site_url.

In short, if I open a browser hit the ec2 instance directly by ip I get redirected to the actual url. I believe that is what is happening with the health check.

If this is the case how do I get the instances to respond with a 200 so the check passes?