在FastBoot和Nginx中如何处理transitionTo?

时间:2019-02-13 16:39:42

标签: ember.js

我在端口3443上运行了FastBoot,并使用nginx作为反向代理。 nginx配置文件中的下几行:

proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true;

在称为transitionTo的某个地方,FastBoot尝试重定向到主机myhost.com:3443,但端口3443不公开。如何使FastBoot不将端口添加到主机?

0 个答案:

没有答案