HTTPS配置入門:Nginx、Node.js配置HTTPSサーバ

258 ワード

node.jsとnginxはhttpsサーバーをサポートします。
  centeros   nginx
  service nginx start
     
  systemctl start nginx
以下の判例は、ninxにより証明書代理を追加することにより、httpsプロトコルの受信を実現し、httpのnodeサーバに送信することである。
http://blog.csdn.net/xiao__gui/articale/detail/56489922