File

mod_readonly/README.markdown @ 5091:ec9bca2ac2b5

mod_sasl2_sm: Update README with current information
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Nov 2022 11:49:07 +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" };
}
```