Software /
code /
prosody-modules
File
mod_readonly/README.md @ 6044:1cfdf76d0a37
mod_http_upload: README.md add redirect notice
author | Menel <menel@snikket.de> |
---|---|
date | Thu, 07 Nov 2024 22:27:37 +0100 |
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" }; } ```