view mod_readonly/README.markdown @ 3617:61b9c89db212

mod_log_events_by_memory: Add a rant to README about uselessness of this module
author Kim Alvefur <zash@zash.se>
date Thu, 13 Jun 2019 00:24:54 +0200
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" };
}
```