aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-05 18:17:52 +0100
committerKim Alvefur <zash@zash.se>2022-02-05 18:17:52 +0100
commit99e90a99142facdeffd4af56ae1c7b8360609c9e (patch)
tree80c245e10d48b52751cbc0bddd623884e22220d3 /prosody.cfg.lua.dist
parentc8515415ec9ea46ced67cd7a9e74e9a4c3abebce (diff)
downloadprosody-99e90a99142facdeffd4af56ae1c7b8360609c9e.tar.gz
prosody-99e90a99142facdeffd4af56ae1c7b8360609c9e.zip
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 7f25f36d..d3796f63 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -195,9 +195,6 @@ log = {
-- Location of directory to find certificates in (relative to main config file):
certificates = "certs"
--- HTTPS currently only supports a single certificate, specify it here:
---https_certificate = "certs/localhost.crt"
-
----------- Virtual hosts -----------
-- You need to add a VirtualHost entry for each domain you wish Prosody to serve.
-- Settings under each VirtualHost entry apply *only* to that host.