view mod_readonly/README.markdown @ 4183:ad9ce6750880

mod_register_apps: Point out assets/ directory for packaging
author Kim Alvefur <zash@zash.se>
date Thu, 08 Oct 2020 16:42:10 +0200
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" };
}
```