From 82929a1a3eba8f2e899e6d5e7a7e90a4d0ffb0bc Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Sat, 30 Nov 2024 09:18:18 -0800 Subject: [PATCH] docs(getting-started): fix Caddyfile plugin configuration closes #462 Signed-off-by: Alexis Couvreur --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 51d8b2d..988cfde 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -155,7 +155,7 @@ services: ```Caddyfile :80 { route /whoami { - sablier url=http://sablier:10000 { + sablier http://sablier:10000 { group demo session_duration 1m dynamic { @@ -175,4 +175,4 @@ Here we've configured the following things when we're accessing the service on ` -?> We've assigned the group `demo` to the service, and we use this to identify the workload i \ No newline at end of file +?> We've assigned the group `demo` to the service, and we use this to identify the workload i