-
Notifications
You must be signed in to change notification settings - Fork 0
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 |
- Home
- systemd
-
Server Config
- logging
-
virtual host
- TLS
-
mount path
- authentication
- type: FCGI
- type: Redirect
- type: Reverse Proxy
- type: static files
- type: webdav
- type: websocket