summaryrefslogtreecommitdiffstats
path: root/demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2019-04-30 17:40:53 +0530
committercharan makkina <charan795m@gmail.com>2019-05-20 18:14:40 +0530
commita826fe833d3f2a8fe2673fa05811fe1a22baf045 (patch)
treeda11a17c46ca9b8a002a52a290628574fa3f5eda /demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md
parent3e6bf7b64eea418c59959c18750261b815b2892c (diff)
Feature: 19.04 part 1
Change-Id: Ibba924b8deca1f246b9dcb12d89d085b6fd33046 Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md')
-rw-r--r--demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md b/demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md
deleted file mode 100644
index 6deb348..0000000
--- a/demo/nginx_proxy/demo-3/NGINX_with_DMM_Demo.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Demo: NGINX working with multi-stack using DMM
-
-![image](rsocket.png)
-
-
-
-In above diagram NGINX box in the middle is working as reverse proxy.
-One of the NIC ( client facing) is using kernel tcp/ip stack whereas the
-other NIC is connected to upstream server using rsocket tcp/ip stack.
-
-you can use test.c to compile a server depend on libnStackAPI.so. It bind the
-port 8888 by default and you can change it to other port. Then copy the
-module_config.json rd_config.json to the folder of server. Then you can start the
-server as follow:
-./server 162.128.1.16
-
-####More Information:
-https://wiki.fd.io/view/DMM
-https://www.nginx.com/blog/ip-transparency-direct-server-return-nginx-plus-transparent-proxy/
-
-
-
-
-
-
-