Skip to content

Super simple Node app that redirects all requests for an old Heroku app to a new URL

Notifications You must be signed in to change notification settings

dbankier/heroku-redirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This has come in handy more times than it should have.

Configuration

To redirect all requests to example.com:

heroku config:add NEW_BASE_URL=http://example.com

NOTE: You may need to delete and re-create your Heroku app before pushing an entirely new Git repository into it.

About

Super simple Node app that redirects all requests for an old Heroku app to a new URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published