Add option --config and --data to specify where to store the configuration and the data
This commit is contained in:
parent
855f4d3e64
commit
ca81475fa5
8 changed files with 33 additions and 22 deletions
|
@ -147,7 +147,7 @@ func (d *Dispatch) startHTTP() {
|
|||
PortHTTPS: cfg.HTTPS.Port,
|
||||
HTTPOnly: !cfg.HTTPS.Enabled,
|
||||
|
||||
StoragePath: storage.Path.LetsEncrypt(),
|
||||
StoragePath: storage.ConfigPath.LetsEncrypt(),
|
||||
Domain: cfg.LetsEncrypt.Domain,
|
||||
Email: cfg.LetsEncrypt.Email,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue