twins-upstream/CONFIGURATION.md

19 lines
322 B
Markdown
Raw Normal View History

2020-10-29 21:35:48 +01:00
# config.yaml
```yaml
# Path to certificate and private key
cert: /home/twins/data/certfile.crt
key: /home/twins/data/keyfile.key
# Paths to serve
serve:
-
dir: /sites
root: /home/twins/data/sites
-
regexp: ^/(help|info)$
root: /home/twins/data/help
-
dir: /
root: /home/twins/data/home
```