view mod_readonly/README.markdown @ 3491:4e9d4b07e3e9

mod_storage_xmlarchive: Remove per day files during migration
author Kim Alvefur <zash@zash.se>
date Sun, 17 Mar 2019 17:56:54 +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" };
}
```