Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4076:f1f796e551f1
mod_http_upload: Log warning when loaded on user host
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 25 Aug 2020 13:13:56 +0100 |
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" }; } ```