webconfig.yaml
The webconfig.yaml file configures the Buru SFTP Server Web Administration interface — its network endpoints, HTTPS certificates, and logging. For server engine configuration, see config.yaml.
The server resolves the configuration directory at startup by checking in order:
configsubfolder in the installation directory (e.g.D:\burusftp\config) — the default for portable installationsC:\ProgramData\Rebex\BuruSftp— the default for installer-based installations
Enclose strings containing colons (:) or spaces in single quotes to avoid YAML parsing errors, for example: 'C:\Program Files\Rebex Buru SFTP Server'.
Sections
| Section | Description |
|---|---|
bindings | Web server endpoints and HTTPS certificates |
logging | Log file location, levels, and retention |
suppressHttpEndpointWarning | Suppress the unsecured HTTP warning on the home page |