view mod_readonly/README.markdown @ 4961:18774cc621d6

mod_pubsub_post/README: Update references to trunk with release numbers
author Kim Alvefur <zash@zash.se>
date Tue, 14 Jun 2022 19:08:57 +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" };
}
```