view mod_readonly/README.md @ 6371:caaa9ea58bec

mod_auth_sql: Document database table in README
author Christian Weiske <cweiske@cweiske.de>
date Tue, 27 Jan 2026 21:12:21 +0100
parents fe081789f7b5
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" };
}
```