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

Safe HaskellNone

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
 

Instances

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