view mod_readonly/README.markdown @ 5282:0566a71a7076

mod_sasl2_fast: Invalidate tokens issued prior to last password change
author Matthew Wild <mwild1@gmail.com>
date Tue, 28 Mar 2023 12:43:05 +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" };
}
```