File

mod_readonly/README.md @ 6088:a8f1cae2c8d6

mod_sslv3_warn: add Readme to obsolete it.
author Menel <menel@snikket.de>
date Sun, 08 Dec 2024 21:54:18 +0100
parent 6003:fe081789f7b5
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" };
}
```