fs - simple file server

fs.yml.sample at [87b77ab4de]
Login

fs.yml.sample at [87b77ab4de]

File fs.yml.sample artifact e0a0ba397a part of check-in 87b77ab4de


---
# The following parameters are required.
root: /var/www/html
port: 8083
host: 127.0.0.1
# The following parameters are optional.
#sslport: 8453
#key: /etc/letsencrypt/live/www.example.com/privkey.pem
#cert: /etc/letsencrypt/live/www.example.com/fullchain.pem
log: ./fs.log
loglevel: ERROR