Answers for "aws beanstalk nodejs redirect http to https"

1

aws beanstalk nodejs redirect http to https

* Disable the http listener from your EB environment
(EB > Environment name > Configuration > Listeners)

* Go to load balancers
* Identify the load balancer
* Redirect http to https
* Check if load balancer's security group allows the http port
Posted by: Guest on March-14-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language