Safe Haskell | None |
---|
Keter.Types.V04
Description
Legacy types from Keter version 0.4. Retained to keep backwards compatibility in config file format.
- data AppConfig = AppConfig {
- configExec :: FilePath
- configArgs :: [Text]
- configHost :: Text
- configSsl :: Bool
- configExtraHosts :: Set Text
- configRaw :: Object
- data BundleConfig = BundleConfig {}
- data StaticHost = StaticHost {}
- data Redirect = Redirect {}
- data KeterConfig = KeterConfig {}
- data TLSConfig = TLSConfig !Settings !TLSSettings
- data PortSettings = PortSettings {}
Documentation
Constructors
AppConfig | |
Fields
|
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 | |
Instances