
Nginx
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
Deploy Nginx + Tomcat with Docker
1. Create Tomcat Container docker run -it --rm -p 8888:8080 -d tomcat:8.0 (The tomcat url is "http://172.17.0.3:8080" in this example.) 2. Install Nginx Container docker run -it -p 8080:8080 -p ...原创 2018-07-25 18:39:32 · 277 阅读 · 0 评论 -
Nginx Configuration of loading balance
Abstract: This example will show how to config a simple Nginx loading balance with Round-Robin policy, which involves 4 node servers to run web app and 1 nginx server to do load balance. Now, I will ...原创 2018-07-27 19:54:39 · 305 阅读 · 0 评论