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:
  1. config subfolder in the installation directory (e.g. D:\burusftp\config) — the default for portable installations
  2. C:\ProgramData\Rebex\BuruSftp — the default for installer-based installations
The first path that exists is used.

Enclose strings containing colons (:) or spaces in single quotes to avoid YAML parsing errors, for example: 'C:\Program Files\Rebex Buru SFTP Server'.

Sections

SectionDescription
bindingsWeb server endpoints and HTTPS certificates
loggingLog file location, levels, and retention
suppressHttpEndpointWarningSuppress the unsecured HTTP warning on the home page

On this page