File

mod_readonly/README.markdown @ 3874:505ae524b635

mod_rest: Remove debug hack to ignore Accept header
author Kim Alvefur <zash@zash.se>
date Tue, 04 Feb 2020 20:20:08 +0100
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" };
}
```