File diff a932640479cf → 16ec0de22bf3
roles/xmpp_server/templates/prosody.cfg.lua.j2
Show inline comments
 
@@ -56,7 +56,7 @@ c2s_require_encryption = true
 
s2s_secure_auth = false
 

	
 
-- Path to Prosody's PID file.
 
pidfile = "/var/run/prosody/prosody.pid"
 
pidfile = "/run/prosody/prosody.pid"
 

	
 
-- Authentication backend.
 
authentication = "ldap"