keter-1.3.10: 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
 

Instances

data TLSConfig Source

Constructors

TLSConfig !Settings !TLSSettings 

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

Instances

FromJSON PortSettings 
Default PortSettings