File

mod_readonly/README.markdown @ 5293:f60287bba62c

mod_http_admin_api: Add roles to user schema in openapi
author Kim Alvefur <zash@zash.se>
date Thu, 30 Mar 2023 12:06:18 +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" };
}
```