website/docs: fix missing placeholder

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-30 11:20:05 +01:00
parent 45d1db8880
commit 62c840df21
1 changed files with 1 additions and 1 deletions

View File

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