lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.22k stars 86 forks source link

Redirect HTTP traffic to HTTPS #140

Closed geiszla closed 4 years ago

geiszla commented 4 years ago

Is there a way to do this using only the command line options? I tried to do it with rewrite, but it seems the protocol is stripped from the incoming request URL.

geiszla commented 4 years ago

Just seen https://github.com/lwsjs/local-web-server/issues/86