摘要:
nginx upstream 放于http{}标签中 默认算法是wrr(权重轮询 weighted round-robin)配置例子upstream example { server test.example.com weight=5; server test2.example.com:8090 m 阅读全文
摘要:
#!/bin/sh## nginx - this script starts and stops the nginx daemin## chkconfig: - 85 15 # description: Nginx is an HTTP(S) server, HTTP(S) reverse \# p 阅读全文