add missing IPv6 listener to nginx jitsi module

This commit is contained in:
Damian Goeldi
2020-04-06 20:32:35 -04:00
committed by Дамян Минков
parent b70633ef24
commit 47cffeb00a

View File

@@ -18,6 +18,7 @@ stream {
server {
listen 443;
listen [::]:443;
# since 1.11.5
ssl_preread on;