Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { HTTPConfig struct { HTTPAddress string HTTPSAddress string server.Config } LetsEncrypt server.LetsEncryptConfig VirtualHosts []VirtualHost }
func ReadConfig ¶
func ReadConfigDirectory ¶
type Middleware ¶
func (*Middleware) UnmarshalJSON ¶
func (d *Middleware) UnmarshalJSON(bytes []byte) error
type VirtualHost ¶
type VirtualHost struct { Patterns []string Middlewares []Middleware }
type WaitGroup ¶
type WaitGroup struct {
// contains filtered or unexported fields
}
func NewWaitGroup ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
We should not log access.log to journald
|
We should not log access.log to journald |
Click to show internal directories.
Click to hide internal directories.