简体   繁体   中英

AWS - ELB error page redirection to a different domain

我如何配置ELB将所有错误流量重定向到网站www.myhome.com而不是打印`CANNOT GET / efsdf'

You can't. This is a load balancer - it "balances" traffic by redirecting it to instances. You'll have to handle the request when it arrives to your instance (at the web-server/application level).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM