mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Sep 2022 22:39:49 +0100
changeset 5056 d7ece68de066
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_cloud_notify: Only delay hibernation timeout for push-enabled clients

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```