Hi All,
Just would like to share some of my recent experience with streamlit.
I find that I could not find a way to proxy streamlit with apache2 on a VPS (ssh and Ubuntu 18).
Finally I end up using streamlit with nginx which work perfectly well now.
- I first stop apache by:
sudo service apache2 stop - Then, I followed this tutorial to set up a let’s encrypt SSL:
Update: Using Free Let’s Encrypt SSL/TLS Certificates with NGINX - NGINX - Finally, I followed this solution from agray:
Streamlit, docker, Nginx, ssl/https
Hope these help.
thanks,