File

mod_readonly/README.markdown @ 5855:5afc8273c5ef

mod_pubsub_mqtt: Fix syntax error
author Matthew Wild <mwild1@gmail.com>
date Tue, 30 Jan 2024 14:26:14 +0000
parent 3437:ce5d1fa69ba3
line wrap: on
line source

This module blocks configured queries that change server state.

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

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