Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Merge requests
!8
Jabber umzug
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jabber umzug
jabber-umzug
into
master
Overview
0
Commits
16
Changes
1
Merged
Jens Sandmann
requested to merge
jabber-umzug
into
master
7 years ago
Overview
0
Commits
16
Changes
1
Expand
Jabber und Jabber-test instanz passen jetzt, jabber-test braucht noch LDAP anbindung
0
0
Merge request reports
Viewing commit
25b51ff8
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
25b51ff8
prosody: libevent gibt es nicht im docker image
· 25b51ff8
Jens Sandmann
authored
7 years ago
webserver/docker_jabber_test/templates/prosody.cfg.lua
+
1
−
1
Options
@@ -10,7 +10,7 @@ admins = { "sandzwerg@jabber.warpzone.ms", "void@jabber.warpzone.ms" }
-- Enable use of libevent for better performance under high load
-- For more information see: https://prosody.im/doc/libevent
use_libevent
=
true
--
use_libevent = true
-- Prosody will always look in its source directory for modules, but
-- this option allows you to specify additional locations where Prosody
Loading