Skip to content

Commit

Permalink
docs(getting-started): fix Caddyfile plugin configuration
Browse files Browse the repository at this point in the history
closes #462


Signed-off-by: Alexis Couvreur <[email protected]>
  • Loading branch information
acouvreur authored Nov 30, 2024
1 parent 61581a9 commit 82929a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
```Caddyfile
:80 {
route /whoami {
sablier url=http://sablier:10000 {
sablier http://sablier:10000 {
group demo
session_duration 1m
dynamic {
Expand All @@ -175,4 +175,4 @@ Here we've configured the following things when we're accessing the service on `

<!-- tabs:end -->

?> We've assigned the group `demo` to the service, and we use this to identify the workload i
?> We've assigned the group `demo` to the service, and we use this to identify the workload i

0 comments on commit 82929a1

Please sign in to comment.