From aed126482de868f9151f04c9595e4b28821cea82 Mon Sep 17 00:00:00 2001 From: Christian Claus Date: Wed, 18 Apr 2018 15:47:38 +0200 Subject: [PATCH] Add prefix to sample config --- examples/config-sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/config-sample.yaml b/examples/config-sample.yaml index e041b89..e866e45 100644 --- a/examples/config-sample.yaml +++ b/examples/config-sample.yaml @@ -7,7 +7,10 @@ address: "0.0.0.0" # The listening port # port: "8000" - +# +# The prefix path of the server. Default none +# +#prefix: "/" # ---------------------------- Transport security ------------------------------ #tls: