File

mod_readonly/README.markdown @ 5077:e900bbd2e70d

mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handler
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Oct 2022 20:26:25 +0100
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" };
}
```