mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
portable mode: fix disabling services if enabled using a config file
clarify that a config file/env vars can still be used for further customizations Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -181,3 +181,6 @@ Flags:
|
||||
--webdav-port int 0 means a random unprivileged port,
|
||||
< 0 disabled (default -1)
|
||||
```
|
||||
|
||||
In portable mode you can apply further customizations using a configuration file/environment variables as for the service mode.
|
||||
SFTP, FTP, HTTP and WebDAV settings configured using the CLI flags are applied to the first binding, any additional bindings will not be affected.
|
||||
|
||||
Reference in New Issue
Block a user