Skip to content

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

Notifications You must be signed in to change notification settings

ragaskar/cf-simple-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages