Mercurial > prosody-modules
view mod_readonly/README.markdown @ 3963:acd231e2b46f
mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 Mar 2020 19:56:43 +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" }; } ```