keter-1.4.3.1: Web application deployment manager, focusing on Haskell web frameworks

Safe HaskellNone
LanguageHaskell98

Keter.Types.V04

Description

Legacy types from Keter version 0.4. Retained to keep backwards compatibility in config file format.

Synopsis

Documentation

data Redirect Source

Constructors

Redirect 

Fields

redFrom :: Text
 
redTo :: Text
 

fiveMinutes :: Int Source

Default connection time bound in milliseconds.

data PortSettings Source

Controls execution of the nginx thread. Follows the settings type pattern. See: http://www.yesodweb.com/book/settings-types.

Constructors

PortSettings 

Fields

portRange :: [Port]

Which ports to assign to apps. Defaults to unassigned ranges from IANA