mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 15:41:41 +01:00
docs(getting-started): fix Caddyfile plugin configuration
closes #462 Signed-off-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user