Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ExpressJS。我app的https服务器也包含一个虚拟主机。
app
https
app.use(express.vhost('api.example.com', require('./lib/subdomains/api').app));
因为我的 SSL 证书仅适用于根域,所以我的api.example.com域现在无法加载它提供的路由。
api.example.com
我怎样才能只在我的根域上使用 SSL 而不是我的另一个?我需要能够在域之间共享应用程序配置,而不是 SSL 证书。
多哈。我没有改变我NODE_ENV的所以虚拟主机在实时环境中设置不正确。
NODE_ENV