diff options
Diffstat (limited to 'terminaldweller.com/haproxy/nginx.conf')
-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; + } +} |