/cf-simple-redirect

Allows you to push an app to CloudFoundry that simply redirects all requests to another URI.

Primary LanguageNginx

Simple Redirect App

This app, when pushed to CloudFoundry, will redirect requests to the REDIRECT_URI that you specify.

Usage:

  1. git clone this repo.
  2. Open manifest.yml and change the name & REDIRECT_URI. Do not include the scheme. (E.G., "google.com" vs. "https://google.com")
  3. cf push