mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01:00
ipv6: always serve https
This commit is contained in:
parent
8956a60b3b
commit
8b2eb9a177
@ -5,6 +5,11 @@ map $http_upgrade $connection_upgrade {
|
||||
|
||||
server {
|
||||
listen 443 ssl http2 default_server;
|
||||
|
||||
# we at still serve https via IPv6 for the
|
||||
# case that an AAAA record is set.
|
||||
listen [::]:443 ssl http2 default_server;
|
||||
|
||||
server_name _;
|
||||
|
||||
include resty-server-https.conf;
|
||||
|
Loading…
Reference in New Issue
Block a user