且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

node.js (express) 上的 Alexa Skill Server 使用 nginx 作为反向代理 (https)

更新时间:2023-09-18 17:46:52

当你有 HTTPS 时,你也应该通过 https 方案

When you have a HTTPS you should also pass https scheme

proxy_pass https://socket_nodes;