diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-13 21:52:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-13 21:52:43 +0100 |
commit | 09f6d8f21d321dc352553924da3ae63ea99482c0 (patch) | |
tree | cf268c60360a30133e85af8cc10dfe035448b985 /prosody.cfg.lua.dist | |
parent | 9fbf5bf7add64c6059af859a15bcaeda386395ec (diff) | |
download | prosody-09f6d8f21d321dc352553924da3ae63ea99482c0.tar.gz prosody-09f6d8f21d321dc352553924da3ae63ea99482c0.zip |
prosody.cfg.lua.dist: Remove example certificate, this should just work
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index ab4072cc..8f5f43cc 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -218,7 +218,6 @@ VirtualHost "localhost" --VirtualHost "example.com" --- certificate = "/path/to/example.crt" ------ Components ------ -- You can specify components to add hosts that provide special services, |