1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2024-10-27 20:44:09 +00:00
falk-werner_webfuse-example/etc/webfused.conf

28 lines
379 B
Plaintext
Raw Normal View History

2020-03-20 16:47:18 +00:00
# Webfuse deamon configuration file
version = { major = 1, minor = 0 }
server:
{
vhost_name = "localhost"
port = 8080
document_root = "/var/www"
}
filesystems:
(
{name = "test", mount_point = "/tmp/test" }
)
log:
{
2020-04-11 12:04:53 +00:00
provider: "syslog"
2020-03-20 16:47:18 +00:00
level: "all"
2020-04-11 12:04:53 +00:00
settings:
{
ident: "webfused"
facility: "daemon"
log_pid: true
}
2020-03-20 16:47:18 +00:00
}