mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
add missing IPv6 listener to nginx jitsi module
This commit is contained in:
committed by
Дамян Минков
parent
b70633ef24
commit
47cffeb00a
@@ -18,6 +18,7 @@ stream {
|
||||
|
||||
server {
|
||||
listen 443;
|
||||
listen [::]:443;
|
||||
|
||||
# since 1.11.5
|
||||
ssl_preread on;
|
||||
|
||||
Reference in New Issue
Block a user