fs - simple file server

fs.yml.sample at trunk
Login

fs.yml.sample at trunk

File fs.yml.sample artifact e0a0ba397a on branch trunk


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