view mod_readonly/README.markdown @ 4038:02d238799537

mod_http_pep_avatar: Serve multiple avatars with a user/hash syntax
author Kim Alvefur <zash@zash.se>
date Tue, 02 Jun 2020 20:00:03 +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" };
}
```