Lines Matching defs:mount
9 * This demonstrates a minimal http server with a second mount that
13 * "./mount-origin" of the directory it was started in.
15 * You can change that by changing mount.origin below.
25 /* override the default mount for /secret in the URL space */
30 /* .origin */ "./mount-secret-origin",
47 /* default mount serves the URL space from ./mount-origin */
49 static const struct lws_http_mount mount = {
52 /* .origin */ "./mount-origin", /* serve from dir */
97 info.mounts = &mount;