How to change IIS Bindings on a Elastic Beanstalk AWS App

Recently restricted an AWS Elastic Beanstalk App so it could only be accessed through a specific DNS host name which was routed through Cloudflare for Security

This parameter is located in archive.xml in \site_content\archive.xml

<binding protocol=”http” bindingInformation=”*:80:subdomain.domain.com” sslFlags=”0″ MSDeploy.sslFlags=”1″ />

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...