view mod_readonly/README.markdown @ 4778:229f2a79ad6f

mod_http_admin_api: Fix YAML indentation
author Kim Alvefur <zash@zash.se>
date Thu, 18 Nov 2021 19:39:38 +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" };
}
```