summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-28 15:01:50 +0100
committerThomas Lange <code@nerdmind.de>2017-02-28 15:01:50 +0100
commitf7069b4e0944010e1f33080febf0278944bf206e (patch)
tree6fbf697b8ccdbbbb2156c225ea056e85fb74e99c
parent9620ae671072b54bee71ef642fbc2eb5e3dfffb0 (diff)
downloadwiki-f7069b4e0944010e1f33080febf0278944bf206e.tar.gz
wiki-f7069b4e0944010e1f33080febf0278944bf206e.tar.xz
wiki-f7069b4e0944010e1f33080febf0278944bf206e.zip
Mistake fixed.
-rw-r--r--Configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md
index f968449..86ce12e 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 without.
+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.
* `CORE.SEND_304`: [boolean: `TRUE`|`FALSE`]