Heim > Fragen und Antworten > Hauptteil
http://xxx.cn/frontend_servic...使用req.hostname获取本地调试能正常的取到localhost可是到真实环境下取到的却是frontend_service求解
PHPz2017-04-17 15:51:11
nginx的问题加下面一句就好了
proxy_set_header Host $host;