docs(getting-started): fix Caddyfile plugin configuration

closes #462


Signed-off-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
This commit is contained in:
Alexis Couvreur
2024-11-30 09:18:18 -08:00
committed by GitHub
parent 61581a92b4
commit 82929a1a3e

View File

@@ -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 `
<!-- 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