Skip to content

Server Config

User65k edited this page Aug 23, 2021 · 2 revisions

The FRWS config file is a TOML file consisting of a global part and a tree of virtual hosts and mount paths.

It needs to be placed in one of these places:

  • ./config.toml
  • /etc/defaults/frws.toml
key
pidfile Write PID to this file
user Optional: Change user after binding. Use systemd instead if possible
group Optional: Change group after binding. Use systemd instead if possible
log logging
anything else virtual host

Clone this wiki locally