summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-31 23:12:20 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-04 18:25:43 +0200
commit5d247f15c8c38b8e155be2cb3ddf730cbb1411f3 (patch)
treec96a658b64664013d5b23e45c7d77dfba01b7601 /Bugzilla/Quantum
parent2aa19a50550fe2d71178a425769b52c46ec7d29f (diff)
downloadbugzilla-5d247f15c8c38b8e155be2cb3ddf730cbb1411f3.tar.gz
bugzilla-5d247f15c8c38b8e155be2cb3ddf730cbb1411f3.tar.xz
hypnotoad should always expect a proxy
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/Plugin/Glue.pm1
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} ],
},
);