Added flag to specify config file location

This commit is contained in:
Matthew Holt
2015-01-13 16:14:00 -07:00
parent db1adcac97
commit 04162aaa79
2 changed files with 12 additions and 1 deletions

View File

@ -174,3 +174,5 @@ func enableLogging(l config.Log) (*log.Logger, error) {
return log.New(file, "", 0), nil
}
const DefaultConfigFile = "Caddyfile"