view mod_readonly/README.markdown @ 4090:e77122025080

mod_easy_invite: Add a touch of dependency info
author Kim Alvefur <zash@zash.se>
date Thu, 10 Sep 2020 17:54:39 +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" };
}
```