src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-09-05 21:31:59 -0500
committerLuke Hoersten <[email protected]>2020-09-05 21:31:59 -0500
commitdbc6e0eca5171a87d0ee344df2650c4727c81040 (patch)
treea6d242c27b692880b22a13236be927e3dbec52d2 /prosody/templates
parent95c0693bc586b331c4d140b9e85872159bc02988 (diff)
Use proper ssl cert config for prosody.
Diffstat (limited to 'prosody/templates')
-rw-r--r--prosody/templates/prosody.cfg.lua.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/prosody/templates/prosody.cfg.lua.j2 b/prosody/templates/prosody.cfg.lua.j2
index 32bc1a6..932464a 100644
--- a/prosody/templates/prosody.cfg.lua.j2
+++ b/prosody/templates/prosody.cfg.lua.j2
@@ -1,10 +1,5 @@
VirtualHost "{{prosody_vhost}}"
-ssl = {
- key = "{{prosody_ssl_privkey}}";
- certificate = "{{prosody_ssl_cert}}";
-}
-
storage = "sql"
sql = {
driver = "PostgreSQL";