prosody: fix restart loop on rolling deployment

This commit is contained in:
Paul Tiedtke 2020-02-16 07:11:37 +01:00 committed by Saúl Ibarra Corretgé
parent 5423a8ae51
commit cc2c0424dd
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ allow_registration = false;
daemonize = false;
pidfile = "/config/data/prosody.pid";
pidfile = "/tmp/prosody.pid";
-- Force clients to use encrypted connections? This option will
-- prevent clients from authenticating unless they are using encryption.