ibm-cloud-architecture / refarch-cloudnative-bluecompute-web

This project is part of the 'IBM Cloud Native Reference Architecture for Kubernetes' suite
https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes
18 stars 73 forks source link

Enable BlueCompute Web App to run behind a proxy #7

Closed adibalsa closed 7 years ago

adibalsa commented 7 years ago

BlueCompute app is a node.js application using express framework. By default express framework doesn't allow the application to run behind a proxy. I've explicitly enable that as documented at the following link: http://expressjs.com/en/guide/behind-proxies.html