dokku / dokku-redirect

A plugin for dokku that gives the ability to set simple redirects for an application
MIT License
106 stars 9 forks source link

Use temporary redirect rather than perminant #16

Closed RealOrangeOne closed 7 years ago

RealOrangeOne commented 7 years ago

Temporarily fixes #14. Documented in #13.

Until more time can be spent making response codes dynamic, change to 302.

Temporary redirection will still create roughly the same result to the client, but makes debugging / testing redirect rules much easier.

callahad commented 7 years ago

Awesome :) I think I have a fully dynamic solution in #17...

josegonzalez commented 7 years ago

Closing as I don't think changing this makes sense, and #17 will be a full solution.