Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12325:7457d6d27a0f
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 05 Feb 2022 18:17:52 +0100 |
parent | 12324:041602327fc2 |
child | 12326:e59b5b1cdc5b |
comparison
equal
deleted
inserted
replaced
12324:041602327fc2 | 12325:7457d6d27a0f |
---|---|
193 -- (from e.g. Let's Encrypt) see https://prosody.im/doc/certificates | 193 -- (from e.g. Let's Encrypt) see https://prosody.im/doc/certificates |
194 | 194 |
195 -- Location of directory to find certificates in (relative to main config file): | 195 -- Location of directory to find certificates in (relative to main config file): |
196 certificates = "certs" | 196 certificates = "certs" |
197 | 197 |
198 -- HTTPS currently only supports a single certificate, specify it here: | |
199 --https_certificate = "certs/localhost.crt" | |
200 | |
201 ----------- Virtual hosts ----------- | 198 ----------- Virtual hosts ----------- |
202 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. | 199 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. |
203 -- Settings under each VirtualHost entry apply *only* to that host. | 200 -- Settings under each VirtualHost entry apply *only* to that host. |
204 | 201 |
205 VirtualHost "localhost" | 202 VirtualHost "localhost" |