view mod_readonly/README.md @ 6308:6015477b6dec

mod_voipms: Update documentation, from Stephen
author Chaz Kettleson <chaz@pyr3x.com>
date Fri, 01 Aug 2025 18:41:14 -0400
parents fe081789f7b5
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" };
}
```