view mod_readonly/README.markdown @ 4878:c26f515751af

mod_measure_process: Handle unlimited FD limits While unlikely, better type-safe than sorry
author Kim Alvefur <zash@zash.se>
date Tue, 18 Jan 2022 19:09:01 +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" };
}
```