view mod_readonly/README.markdown @ 3755:bb18a1f5e9d7

mod_storage_xmlarchive: Log error writing XML since datamanager doesn't
author Kim Alvefur <zash@zash.se>
date Thu, 21 Nov 2019 16:35:31 +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" };
}
```