-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conditionally apply BehindProxy middleware if behind_proxy is set. Making the "behind_proxy" option a global trigger that updates the Dancer 2::Runner object when set behind_proxy => 1; is run so the reverse proxy middleware can be conditionally wrapped around applications psgi coderef. We now 'use' the middleware directly rather than letting Placl::Builder load it for us. May allow earlier version of Placl to be used as a dependency.
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters