https
-
[기록] serve https 설정개발일지 2023. 1. 19. 10:46
https serve https://stackoverflow.com/questions/63047568/how-to-serve-static-file-over-https-in-pm2 How to serve static file over https in pm2? we can serve our static files (like a frontend app) over http with a simple command in PM2 : pm2 serve How i can serve static files with SSL using the same command pm2 ser... stackoverflow.com serve -l 8080 -s build --ssl-cert 'path_to/your_certificate.c..