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
|
||||
manager <- newManager def
|
||||
run 3000 $ waiProxyTo
|
||||
(const $ return $ Right $ ProxyDest "localhost" 3001)
|
||||
(const $ return $ Right $ ProxyDest "127.0.0.1" 3001)
|
||||
onExc
|
||||
manager
|
||||
where
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod
|
||||
version: 1.1.3
|
||||
version: 1.1.3.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user