Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Markdown ¶
type Markdown struct {
Root string `json:"root,omitempty"`
Template string `json:"template,omitempty"`
Hide []string `json:"hide,omitempty"`
MIMETypes []string `json:"mime_types,omitempty"`
// The names of files to try as index files if a folder is requested.
// Default: index.html index.htm
IndexNames []string `json:"index,omitempty"`
// contains filtered or unexported fields
}
func (Markdown) CaddyModule ¶
func (Markdown) CaddyModule() caddy.ModuleInfo
Click to show internal directories.
Click to hide internal directories.