view mod_readonly/README.markdown @ 4734:e58ec4b3cf90

mod_rest: Add an anonymous mode Could be useful for a demo instance.
author Kim Alvefur <zash@zash.se>
date Mon, 01 Nov 2021 15:08:21 +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" };
}
```