mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-26 04:59:57 +08:00
Added flag to specify config file location
This commit is contained in:
@ -174,3 +174,5 @@ func enableLogging(l config.Log) (*log.Logger, error) {
|
||||
|
||||
return log.New(file, "", 0), nil
|
||||
}
|
||||
|
||||
const DefaultConfigFile = "Caddyfile"
|
||||
|
Reference in New Issue
Block a user