twins-upstream/CONFIGURATION.md
2020-10-29 13:35:48 -07:00

19 lines
322 B
Markdown

# 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
```