mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-15 07:12:32 +02:00
new https proxy based on haproxy, also proxying TURN
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
server {
|
||||
# proxied from HAProxy
|
||||
listen 48082 http2 proxy_protocol;
|
||||
listen 48081 proxy_protocol;
|
||||
|
||||
# optional ports for other reverse proxies
|
||||
listen 48087 default_server;
|
||||
listen [::]:48087 default_server;
|
||||
|
||||
server_name _;
|
||||
access_log /dev/stdout;
|
||||
absolute_redirect off;
|
||||
|
Reference in New Issue
Block a user