ragaskar / cf-simple-redirect

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Nginx 100.0%