summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/starlarkmw/example/caddy.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/starlarkmw/example/caddy.json')
-rw-r--r--modules/caddyhttp/starlarkmw/example/caddy.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/starlarkmw/example/caddy.json b/modules/caddyhttp/starlarkmw/example/caddy.json
index 66f9f2c..9479d17 100644
--- a/modules/caddyhttp/starlarkmw/example/caddy.json
+++ b/modules/caddyhttp/starlarkmw/example/caddy.json
@@ -8,7 +8,7 @@
{
"handle": {
"handler": "starlark",
- "script": "def setup(r):\n\t# create some middlewares specific to this request\n\ttemplates = loadModule('http.handlers.templates', {'include_root': './includes'})\n\tmidChain = execute([templates])\n\ndef serveHTTP (rw, r):\n\trw.Write('Hello world, from Starlark!')\n"
+ "script": "def setup(r):\n\t# create some middlewares specific to this request\n\ttemplates = loadModule('http.handlers.templates', {'file_root': './includes'})\n\tmidChain = execute([templates])\n\ndef serveHTTP (rw, r):\n\trw.Write('Hello world, from Starlark!')\n"
}
}
]