new https proxy based on haproxy, also proxying TURN

This commit is contained in:
chandi
2024-11-25 00:35:18 +01:00
parent 325690e0c1
commit ca0a159cc0
15 changed files with 181 additions and 254 deletions

View File

@ -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;