Hey, it looks like http://3dprintmonitor.makeict.org/ is throwing a 502.
1 Like
I’ll take a look at it tomorrow. There were some updates done and it apparently broke something.
1 Like
Nginx being nginx. I heavily prefer Apache for this reason.
1 Like
It is still down by the way.
1 Like
I briefly looked at it yesterday. Found that the program had terminated, so I restarted the Docker containers. It worked for a bit, but then the server ran out of memory and eventually crashed. Further troubleshooting will be necessary.
1 Like
I don’t think the choice of reverse proxy makes a difference when the destination is down
1 Like
Nginx is not a reverse proxy. It is web server that can on an optional basis utilize a module that must be manually installed as a reverse proxy. Nginx IS the destination with streamlit dashboard being served by Nginx.
1 Like