Configuring Apache 2.4 for proxy

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.

  1. I first stop apache by:
    sudo service apache2 stop
  2. 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
  3. Finally, I followed this solution from agray:
    Streamlit, docker, Nginx, ssl/https

Hope these help.
thanks,

1 Like