mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 13:02:33 +0000
changeset 5845 904b226fddf1
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_pubsub_serverinfo: Update README to link to known issues

This module blocks configured queries that change server state.

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

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