view mod_readonly/README.markdown @ 3459:471855552f49

mod_storage_xmlarchive/README: Add reminder about backups
author Kim Alvefur <zash@zash.se>
date Thu, 24 Jan 2019 13:39:33 +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" };
}
```