k3oni / pydash

Small web-based monitoring dashboard for linux in Python and Django
663 stars 125 forks source link

How should I do HTTPS? #52

Closed Makr91 closed 7 years ago

Makr91 commented 7 years ago

I can do a NGINX or HAProxy reverse proxy to protect it, but I was curious is there was any support for this.

k3oni commented 7 years ago

Not sure i fully understand the question here. HTTPS is as easy as setting up Nginx or Apache to use SSL(certificate) and port 443 instead of 80, this is pydash independent and related to your web server setup only.