class GeminiServer::Config

Included Modules

Defined in:

gemini_server/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def cert : String #

[View source]
def cert=(cert : String) #

[View source]
def chroot : String | Nil #

[View source]
def chroot=(chroot : String | Nil) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def log_file : String | Nil #

[View source]
def log_file=(log_file : String | Nil) #

[View source]
def max_clients : Int32 #

[View source]
def max_clients=(max_clients : Int32) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def user : String | Nil #

[View source]
def user=(user : String | Nil) #

[View source]
def virtual_hosts : Array(VirtualHostConfig) #

[View source]
def virtual_hosts=(virtual_hosts : Array(VirtualHostConfig)) #

[View source]