We need to expose our applications on www.telus.com!
We have a proprietary nginx-based inbound proxy, which routes ALL requests to TELUS digital assets.
We present www.telus.com and a few subdomains used to route to application environments:
- wcdevelopment.telus.com
- www.wctest.telus.com
- www.wcstage.telus.com
To have traffic from http://www.wctest.telus.com/en/bc/foo/bar proxied to your application, you need to:
- fork https://github.com/telusdigital/inbound.telus-gateway-staging-config
- create nginx rule(s) that matches the traffic you're wanting to serve, and proxies them to where your application is hosted
- create tests confirming that traffic is matched and proxies correctly example
- Run the tests locally (README)
- Commit your changes to a branch that contains the Jira Issue Stub, ie BMK-560
- Submit a pull request. If your request needs merging at a specific time, please note that in your pull request.
- Request for this change to be merged in #g-delivery. If you've added a route, but have no tests, it won't be merged.
To have traffic from http://www.telus.com/en/bc/foo/bar proxied to your application, you need to:
- fork https://github.com/telusdigital/inbound.telus-gateway-production-config
- create nginx rule(s) that matches the traffic you're wanting to serve, and proxies them to where your application is hosted
- create tests confirming that traffic is matched and proxies correctly example
- Run the tests locally (README)
- Commit your changes to a branch that contains the Jira Issue Stub, ie BMK-560
- Submit a pull request. If your request needs merging at a specific time, please note that in your pull request.
- Request for this change to be merged in #g-delivery.
@delivery