File

mod_readonly/README.markdown @ 4363:636d56bbad97

mod_http_admin_api: 100% untested user debug info endpoint
author Matthew Wild <mwild1@gmail.com>
date Thu, 21 Jan 2021 14:42:11 +0000
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" };
}
```