How to set up nginx config for a React.js app deployed on AWS ECS with path-based routing load balancer
I have an application which consists of two containers: a backend node.js server on express.js, referred to as 'app-server' a front-end react.js client based on create-react-app, referred to as 'app-client'. This one uses an nginx server to set up reverse…