From ed104325412cccacbcb4ef89509926e9291ac65c Mon Sep 17 00:00:00 2001 From: Spencer Baugh Date: Sat, 4 Apr 2020 20:02:09 -0400 Subject: [PATCH] hydra: add dep on perlPackages.CatalystPluginSmartURI This plugin allows configuring the URLs generated by Catalyst (and therefore by Hydra) to be relative instead of absolute, which makes it automatically behave correctly when Hydra is accessed both directly and behind a reverse proxy. --- pkgs/development/tools/misc/hydra/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/misc/hydra/common.nix b/pkgs/development/tools/misc/hydra/common.nix index 983f144efb6..5aee5df847f 100644 --- a/pkgs/development/tools/misc/hydra/common.nix +++ b/pkgs/development/tools/misc/hydra/common.nix @@ -27,6 +27,7 @@ let CatalystPluginCaptcha CatalystPluginSessionStateCookie CatalystPluginSessionStoreFastMmap + CatalystPluginSmartURI CatalystPluginStackTrace CatalystRuntime CatalystTraitForRequestProxyBase