File

mod_readonly/README.markdown @ 6002:5a65a632d5b9

mod_smacks: fix small copy error
author Menel <menel@snikket.de>
date Mon, 21 Oct 2024 22:09:46 +0200
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" };
}
```