claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

Is it possible to run jingo with https? #155

Closed joargp closed 8 years ago

claudioc commented 8 years ago

Yes, but not from Jingo directly (which has not support for reading TLS configurations and start the server in HTTPS). You can run Jingo behind a reverse proxy with https support (like nginx). Take a look at https://github.com/claudioc/jingo/wiki/Serve-Jingo-pages-behind-a-reverse-proxy.

joargp commented 8 years ago

Thanks, totally missed the entry in the wiki (and the wiki itself).