diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /terminaldweller.com/haproxy/nginx.conf | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip |
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to '')
-rw-r--r-- | terminaldweller.com/haproxy/nginx.conf | 11 |
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; + } +} |