我有一个在AWS Fargate上运行NextJs应用程序的Docker容器。这个应用程序位于AWS ELB后面,并连接到AWS Route 53 Zone -abc.domain.com应用程序运行平稳,没有故障。但是,当我访问API时,request.header.get('host')返回localhost而不是abc.domain.com有没有一种方法可以从请求对象或头中检索abc.domain.com?我需要在AWS端为此打开一个设置吗?
abc.domain.com
request.header.get('host')
localhost
8oomwypt1#
在Load balancer中,您可以编辑Attributes。Preserve host header可以启用。
Load balancer
Attributes
Preserve host header
1条答案
按热度按时间8oomwypt1#
在
Load balancer
中,您可以编辑Attributes
。Preserve host header
可以启用。