yesod devel proxies to 127.0.0.1
This commit is contained in:
parent
a35161cf6e
commit
fac91c568e
@ -122,7 +122,7 @@ reverseProxy :: IO ()
|
|||||||
reverseProxy = withSocketsDo $ do
|
reverseProxy = withSocketsDo $ do
|
||||||
manager <- newManager def
|
manager <- newManager def
|
||||||
run 3000 $ waiProxyTo
|
run 3000 $ waiProxyTo
|
||||||
(const $ return $ Right $ ProxyDest "localhost" 3001)
|
(const $ return $ Right $ ProxyDest "127.0.0.1" 3001)
|
||||||
onExc
|
onExc
|
||||||
manager
|
manager
|
||||||
where
|
where
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.1.3
|
version: 1.1.3.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user