From 68ac06cdd0a22422dbf502f92eace4ef12d86de3 Mon Sep 17 00:00:00 2001 From: anarcat Date: Thu, 21 Jan 2021 10:09:44 -0500 Subject: clarify what doesn't work as a baseURL I was confused when reading the sample config file, as explained in issue #164. "don't support /" could have meant a trailing slash, or subdirectories, or at least wasn't exactly clear to me. By adding an explicit example of a broken behavior, we make it clear what we're talking about here, and what to avoid. Closes: #164 --- exampleSite/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 3fe6e77..49faaee 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -89,7 +89,14 @@ defaultContentLanguage: en # version 3. If you are just testing, # localhost should automatically work. # -# Example: https://status.example.com/ +# Example: +# baseUrl: https://status.example.com/ +# +# For testing: +# baseUrl: http://localhost +# +# Broken example: +# baseUrl: / baseURL: https://cstate.mnts.lt ############################################################ -- cgit v1.2.3-70-g09d2