aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/haproxy/nginx.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
commit47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch)
treed179f93bea23c81df424d8a5d45951116424e1d8 /terminaldweller.com/haproxy/nginx.conf
parenthaproxy,jabber,bitlbee (diff)
downloadscripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz
scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to 'terminaldweller.com/haproxy/nginx.conf')
-rw-r--r--terminaldweller.com/haproxy/nginx.conf11
1 files changed, 11 insertions, 0 deletions
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;
+ }
+}