diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-04 15:48:42 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-04 15:48:42 +0100 |
commit | 9d58ebba8f77ce9af8ff8c7bca32e5ba06ffc42e (patch) | |
tree | e641116328f5bf08b6be3ae6800ae740c3928d28 | |
parent | bd7a8061d0b79d88e5b86e6b9047990c55b0c745 (diff) | |
download | wiki-9d58ebba8f77ce9af8ff8c7bca32e5ba06ffc42e.tar.gz wiki-9d58ebba8f77ce9af8ff8c7bca32e5ba06ffc42e.tar.xz wiki-9d58ebba8f77ce9af8ff8c7bca32e5ba06ffc42e.zip |
Wrong example value corrected.
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index 86ce12e..d72eda1 100644 --- a/Configuration.md +++ b/Configuration.md @@ -42,7 +42,7 @@ Template directory and language (from `template/{template_name}/lang/`) to use. ## Paths Protocol, hostname and base directory for your installation. -* `PATHINFO.PROT`: [string: `'https://'`] +* `PATHINFO.PROT`: [string: `'https'`] * `PATHINFO.HOST`: [string: `'example.org'`] * `PATHINFO.BASE`: [string: `'sub/directory/'`] |