From 47e7770dc4aac0cc8767935558a0c8cae74632c1 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 30 Sep 2021 05:44:13 +0330 Subject: opewrt,haproxy,nginx,ejabberd,.... --- terminaldweller.com/haproxy/nginx.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 terminaldweller.com/haproxy/nginx.conf (limited to 'terminaldweller.com/haproxy/nginx.conf') diff --git a/terminaldweller.com/haproxy/nginx.conf b/terminaldweller.com/haproxy/nginx.conf new file mode 100644 index 0000000..6df1e2c --- /dev/null +++ b/terminaldweller.com/haproxy/nginx.conf @@ -0,0 +1,11 @@ +stream { + server { + listen 3478 udp; + proxy_pass 130.185.121.80:3478; + } + + server { + listen 5349 udp; + proxy_pass 130.185.121.80:5349; + } +} -- cgit v1.2.3