あれ2022/5/10 9:38:00 nginxを使うとreq.protocolがhttpsではなくhttpになる 【Node.js】Expressのreq.protocolが常にhttpになってしまう問題を参照し、以下の設定を追加することで解決した。 サーバープログラム側に、app.enable('trust proxy')を追加nginxの設定に、proxy_set_header X-Forwarded-Protoを追加
【Node.js】Expressのreq.protocolが常にhttpになってしまう問題2022/5/10 8:55:00 https://nullnull.dev/blog/express-js-req-protocol-is-always-http/