mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.portmanager: Also reload per-SNI certificates
This commit is contained in:
parent
b665846031
commit
cf5c477c8f
1 changed files with 3 additions and 1 deletions
|
@ -298,7 +298,9 @@ prosody.events.add_handler("config-reloaded", function ()
|
|||
end
|
||||
end
|
||||
end
|
||||
-- TODO Update SNI too
|
||||
for host in pairs(prosody.hosts) do
|
||||
add_sni_host(host, nil);
|
||||
end
|
||||
end, -1);
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue