view mod_readonly/README.markdown @ 5036:9ef5625d0d39

mod_sasl2_bind2: Indicate to the client when carbons has been enabled
author Matthew Wild <mwild1@gmail.com>
date Sat, 03 Sep 2022 18:20:07 +0100
parents ce5d1fa69ba3
children
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" };
}
```