diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-31 23:12:20 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-07-31 23:12:20 +0200 |
commit | 72734c6f4f14d763b4588c3d61e9190393a28c6d (patch) | |
tree | 51bc18b62b0d1c3b86ee2b140d974f521b9383a7 | |
parent | 5f0b3baf26b1a0e928b57ef9adb55d04f7888e20 (diff) | |
download | bugzilla-72734c6f4f14d763b4588c3d61e9190393a28c6d.tar.gz bugzilla-72734c6f4f14d763b4588c3d61e9190393a28c6d.tar.xz |
hypnotoad should always expect a proxy
-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} ], }, ); |