Introduction / FirstSpirit Server configuration / Configuration files (FirstSpirit Server) / FirstSpirit Server (fs-server.conf) / Server Update Parameters
Area: server update parameters
##########################
# server update parameters
##########################
update.proxyHost=
update.proxyPort=
# push update (file upload to server via web monitor or update client)
update.push.enabled=true
# pull update (file download from e-Spirit web update service)
update.pull.enabled=true
# download bandwidth in Kbps (kilobit per second, 0=no limit)
update.pull.bandwidth=4096
The server update can be configured using these parameters via ServerMonitoring / schedule management (see also Updating the FirstSpirit Server).
For communication with the update service the FirstSpirit Server must be able to access
HOST: update.e-spirit.com on
PORT: 443 (HTTPs).
If the update service is not available, a corresponding error message will be displayed in FirstSpirit ServerMonitoring (“An error occurred while accessing the update service...”, see page Update).
update.proxyHost / update.proxyPort
If a proxy server must be used for communication with the update service, it can be specified via these parameters.
update.push.enabled
The manual update via local files can be activated (true) or deactivated (false) with this parameter. If the parameter is not specified, the functionality is active.
update.pull.enabled
The manual or automatic update via the update service can be activated (true) or deactivated (false) with this parameter. If the parameter is not specified, the functionality is active.
update.pull.bandwidth
This optional parameter can be used to set the bandwidth in Kbps (kilobits per second) with which the files needed for a server update are downloaded from the update service. A bandwidth of 4096 Kbps is used as standard. The limit on the bandwidth can be lifted with 0.