admin管理员组文章数量:1352141
I am planning to add a Nginx
server as reverse proxy for my current HTTPS Node server
.
Is it required for Node to still listen for HTTPS
or is it OK to listen for HTTP
since the server to user HTTPS
will be managed from Nginx ?
In short :
For
Nginx
: it will be listening port 443 forHTTPS
and use the required certificates, then redirect to port 3000 Node.For Node : I plan to remove
HTTPS
listening on port 443 then add aHTTP
listening on port 3000.
Is it the right way ? If yes, how can I prevent the outer world from directly reaching the Node HTTP
on port 3000 ?
本文标签: Https Nginx reverse proxy for Nodedo I need https between bothStack Overflow
版权声明:本文标题:Https Nginx reverse proxy for Node, do I need https between both? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743908980a2560036.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论