Revert "prosody: fix restart loop on rolling deployment"

This reverts commit cc2c0424dd.
This commit is contained in:
Saúl Ibarra Corretgé 2020-02-21 17:27:55 +01:00
parent 986071b100
commit a1df1e052b
1 changed files with 1 additions and 1 deletions

View File

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