diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-26 15:17:06 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-26 15:17:06 +0200 |
commit | 316349b2d438ba57dfd5607bb06b95407e03be01 (patch) | |
tree | b5b2a22a1d2e46a3d77d380b09656b86b9d5260c /patches/yesod-bin.patch | |
parent | 531e25d5d5c3e98a4896cfc65aa97e5f10aefe90 (diff) | |
parent | afd024034bcaee37dcf2b77af24f3205f8a6c931 (diff) | |
download | nixos-316349b2d438ba57dfd5607bb06b95407e03be01.tar nixos-316349b2d438ba57dfd5607bb06b95407e03be01.tar.gz nixos-316349b2d438ba57dfd5607bb06b95407e03be01.tar.bz2 nixos-316349b2d438ba57dfd5607bb06b95407e03be01.tar.xz nixos-316349b2d438ba57dfd5607bb06b95407e03be01.zip |
Merge branch 'master' of git:nixos
Diffstat (limited to 'patches/yesod-bin.patch')
-rw-r--r-- | patches/yesod-bin.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | diff --git a/Devel.hs b/Devel.hs | ||
2 | index 4289317..c951e37 100644 | ||
3 | --- a/Devel.hs | ||
4 | +++ b/Devel.hs | ||
5 | @@ -144,7 +144,7 @@ reverseProxy opts appPortVar = do | ||
6 | appPort <- atomically $ readTVar appPortVar | ||
7 | return $ | ||
8 | ReverseProxy.WPRProxyDest | ||
9 | - $ ProxyDest "127.0.0.1" appPort) | ||
10 | + $ ProxyDest "::1" appPort) | ||
11 | def | ||
12 | { wpsOnExc = \e req f -> onExc e req >>= f | ||
13 | , wpsTimeout = | ||