如果前后端项目
前端A属于A域名nginx下,
后端B属于B域名下,且不能通过IP端口进行proxy代理时
需要注意如下https配置:
proxy_ssl_server_name on;
proxy_ssl_name B域名;
proxy_set_header Host B域名;
如果前后端项目
前端A属于A域名nginx下,
后端B属于B域名下,且不能通过IP端口进行proxy代理时
需要注意如下https配置:
proxy_ssl_server_name on;
proxy_ssl_name B域名;
proxy_set_header Host B域名;