website/docs: fix missing placeholder
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
45d1db8880
commit
62c840df21
|
@ -22,5 +22,5 @@ http:
|
||||||
default-router-auth:
|
default-router-auth:
|
||||||
match: "Host(`app.company`) && PathPrefix(`/akprox/`)"
|
match: "Host(`app.company`) && PathPrefix(`/akprox/`)"
|
||||||
priority: 15
|
priority: 15
|
||||||
services: http://*ip of your outpost*:9000/akprox
|
services: http://outpost.company:9000/akprox
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue