Using Nginx as a reverse proxy for local development
You will need to have docker installed.
https://docs.docker.com/get-docker/
docker pull nginxTo pull the latest nginx image
docker-compose upto run the proxy and sample services. It will be available at localhost:3000
/ or /pro will redirect to the pro-service running in docker
/flex will redirect to the flex-service running in docker