Skip to main content

filesystem Binding

BindingServer

filesystem Binding

Zilla runtime filesystem binding.

filesystem_server:
  type: filesystem
  kind: server
  options:
    location: web/
    simlinks: follow

 




Summary

The server kind filesystem binding provides access to files and directories on the local filesystem, optionally following symbolic links.

Behaves as a web server when combined with tcp, tls, http and http-filesystem bindings.

Configuration

kind*

enum [ "server" ]

Behave as a filesystem server.

kind: server

options

object

filesystem-specific options for filesystem access.

options:
  location: web/
  simlinks: follow

options.location

string

File system URI or directory name with trailing slash.

enum [ "follow", "ignore" ] | Default: "ignore"

How to treat symbolic links.


* required