From afd024034bcaee37dcf2b77af24f3205f8a6c931 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 25 Jul 2017 11:28:00 +0200 Subject: yesod-bin --- patches/yesod-bin.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/yesod-bin.patch (limited to 'patches/yesod-bin.patch') diff --git a/patches/yesod-bin.patch b/patches/yesod-bin.patch new file mode 100644 index 00000000..ac0fe42a --- /dev/null +++ b/patches/yesod-bin.patch @@ -0,0 +1,13 @@ +diff --git a/Devel.hs b/Devel.hs +index 4289317..c951e37 100644 +--- a/Devel.hs ++++ b/Devel.hs +@@ -144,7 +144,7 @@ reverseProxy opts appPortVar = do + appPort <- atomically $ readTVar appPortVar + return $ + ReverseProxy.WPRProxyDest +- $ ProxyDest "127.0.0.1" appPort) ++ $ ProxyDest "::1" appPort) + def + { wpsOnExc = \e req f -> onExc e req >>= f + , wpsTimeout = -- cgit v1.2.3