summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-25 00:15:11 +0100
committerThomas Lange <code@nerdmind.de>2017-02-25 00:15:11 +0100
commit1a581fe30b0de9a08cb99412512ade248aa32bfa (patch)
tree9df12337fa292c7cffc0257de9d7ebee29ebdcc7
parent603cd7a3c9745f3f9f7fb234a392a0446a2be4ba (diff)
downloadwiki-1a581fe30b0de9a08cb99412512ade248aa32bfa.tar.gz
wiki-1a581fe30b0de9a08cb99412512ade248aa32bfa.tar.xz
wiki-1a581fe30b0de9a08cb99412512ade248aa32bfa.zip
Better explanation for backend settings.
-rw-r--r--Configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configuration.md b/Configuration.md
index f028850..f968449 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -6,7 +6,7 @@ This is the core language which will be used. A corresponding language file **mu
* `CORE.LANGUAGE`: [string: `'en'`]
## ETag configuration
-If this parameter is set to `TRUE`, the system will generate an `ETag` header which includes a hash of the configuration and the timestamps of the last published items and sends them to the client. The client will cache this header and sends them with each further request in the request header to the application. If the hash which the appplication now again creates is not the same as the one from the request header (which means that no new items was published), the application exit and returns the `304 Not Modified` response header.
+If this parameter is set to `TRUE`, the system will generate an `ETag` header which includes a hash of the configuration and the timestamps of the last published items and sends them to the client. The client will cache this header and sends them with each further request in the request header to the application. If the hash which the appplication now again creates is not the same as the one from the request header (which means that no new items was published), the application exit and returns the `304 Not Modified` response header without.
* `CORE.SEND_304`: [boolean: `TRUE`|`FALSE`]
@@ -28,7 +28,7 @@ Database and hostname with login credentials to authenticate to the MySQL server
* `DATABASE.PASSWORD`: [string: `'#passwd#'`]
## Backend
-Settings for administration area. A corresponding language file **must exists** within the template directory defined by `ADMIN.TEMPLATE`!
+Settings for administration area. A corresponding language file **must exists** within the template directory of the template defined by `ADMIN.TEMPLATE`!
* `ADMIN.TEMPLATE`: [string: `'admin'`]
* `ADMIN.LANGUAGE`: [string: `'en'`]