class GeminiServer::VirtualHostConfig

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 enable_dir_listing : Bool #

[View source]
def enable_dir_listing=(enable_dir_listing : Bool) #

[View source]
def root : String #

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

[View source]
def server_name : String #

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

[View source]