Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4604:f0efbb0b0b5b
mod_http_libjs: Check that the path to serve exists
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 29 Jun 2021 12:41: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" }; } ```
