File

mod_readonly/README.md @ 6018:1ef52a954bf0

mod_http_admin_api/README.md
author Menel <menel@snikket.de>
date Wed, 23 Oct 2024 13:09:35 +0200 (5 months ago)
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" };
}
```