diff options
author | Vincent Ambo <v.ambo@me.com> | 2012-03-15T19·19+0100 |
---|---|---|
committer | Vincent Ambo <v.ambo@me.com> | 2012-03-15T19·19+0100 |
commit | cc1bf634682ed63c0f916acff8b910ddd6f5d135 (patch) | |
tree | 9ed191794ab600b36cb9301bc5b7650f874c25ae /src/Main.hs | |
parent | 579c11cd2a62ea81047b0649dc7aa473a39456b7 (diff) |
* port 80
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index fdf2134c921f..86d51bdc9a9a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -41,7 +41,7 @@ main = do tbDir <- getEnv "TAZBLOG" bracket (openLocalStateFrom (tbDir ++ "/BlogState") initialBlogState) (createCheckpointAndClose) - (\acid -> simpleHTTP nullConf $ tazBlog acid) + (\acid -> simpleHTTP nullConf {port = 80} $ tazBlog acid) tazBlog :: AcidState Blog -> ServerPart Response tazBlog acid = |