mirror of
https://github.com/falk-werner/webfuse-example
synced 2024-10-27 20:44:09 +00:00
22 lines
278 B
Plaintext
22 lines
278 B
Plaintext
# 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:
|
|
{
|
|
provider: "stderr"
|
|
level: "all"
|
|
}
|