fs - simple file server

fs.yml.sample at [e81f9f06dd]
Login

fs.yml.sample at [e81f9f06dd]

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


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