diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-31 23:12:20 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:51 +0200 |
commit | 2112e905d869d7e7d204eca5c1aeca2a4762775b (patch) | |
tree | 8977f7ade93973d200bffeae1ec6ec1caf5093cc /Bugzilla/Quantum | |
parent | c2f9c6c872b75d946d19c71d8e4af3d2fd16592d (diff) | |
download | bugzilla-2112e905d869d7e7d204eca5c1aeca2a4762775b.tar.gz bugzilla-2112e905d869d7e7d204eca5c1aeca2a4762775b.tar.xz |
hypnotoad should always expect a proxy
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r-- | Bugzilla/Quantum/Plugin/Glue.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Quantum/Plugin/Glue.pm b/Bugzilla/Quantum/Plugin/Glue.pm index 02514a0f8..ea21429bd 100644 --- a/Bugzilla/Quantum/Plugin/Glue.pm +++ b/Bugzilla/Quantum/Plugin/Glue.pm @@ -34,6 +34,7 @@ sub register { # hypnotoad is weird and doesn't look for MOJO_LISTEN itself. $app->config( hypnotoad => { + proxy => 1, listen => [ $ENV{MOJO_LISTEN} ], }, ); |