File

mod_readonly/README.markdown @ 4728:1c6d353550cc

mod_rest: Correct option name in error message
author Kim Alvefur <zash@zash.se>
date Wed, 27 Oct 2021 14:06:34 +0200
parent 3437:ce5d1fa69ba3
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" };
}
```