yesod devel proxies to 127.0.0.1

This commit is contained in:
Michael Snoyman 2012-11-12 22:02:06 +02:00
parent a35161cf6e
commit fac91c568e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>