mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add https_certificate option
This commit is contained in:
parent
589010b407
commit
c2c1bc2a97
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@ log = {
|
||||||
-- Location of directory to find certificates in (relative to main config file):
|
-- Location of directory to find certificates in (relative to main config file):
|
||||||
certificates = "certs"
|
certificates = "certs"
|
||||||
|
|
||||||
|
-- HTTPS currently only supports a single certificate, specify it here:
|
||||||
|
--https_certificate = "certs/localhost.crt"
|
||||||
|
|
||||||
----------- Virtual hosts -----------
|
----------- Virtual hosts -----------
|
||||||
-- You need to add a VirtualHost entry for each domain you wish Prosody to serve.
|
-- 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.
|
-- Settings under each VirtualHost entry apply *only* to that host.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue