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.
This commit is contained in:
Spencer Baugh 2020-04-04 20:02:09 -04:00
parent 045384ac98
commit ed10432541

View File

@ -27,6 +27,7 @@ let
CatalystPluginCaptcha CatalystPluginCaptcha
CatalystPluginSessionStateCookie CatalystPluginSessionStateCookie
CatalystPluginSessionStoreFastMmap CatalystPluginSessionStoreFastMmap
CatalystPluginSmartURI
CatalystPluginStackTrace CatalystPluginStackTrace
CatalystRuntime CatalystRuntime
CatalystTraitForRequestProxyBase CatalystTraitForRequestProxyBase