Default Nginx welcome page appears after EC2 patching (stackoverflow.com)stack
28 points by def __init__ in stackoverflow.com · 37m ago · stack
I have a Node.js/React application running in Docker on an AWS EC2 instance, with Nginx in front of it. Before patching, my team manually stops the application container using docker stop <container-id>. After we stop container , we see bad gateway in website. After the EC2 patc…