[root@localhost ~]# vim nginx.conf   

user  nginx;
worker_processes ; error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid; events {
worker_connections ;
} http { upstream pools {
server 10.10.0.110: weight=;
server 10.10.0.110: weight=;
} server {
listen ;
server_name localhost;
location / {
root html;
index index.html index.htm;
proxy_pass http://pools;
proxy_set_header Host $host;
} }
}

最新文章

  1. html特殊字符 编码css3 content:"我是特殊符号"
  2. 低版本IE浏览器 input元素出现叉叉的情况
  3. winpcap usb山寨网卡识别
  4. Android学习笔记之DocumentBuilder的使用....
  5. php短信发送
  6. bootstrap ace treeview树表
  7. Expression Blend制作自定义按钮(转)
  8. kali linux SET工具包
  9. java通过反射获取调用变量以及方法
  10. swift苹果的下一代语言
  11. httphandler与httpmodule区别
  12. php生成缩略图
  13. Python自动化之Django的CSRF
  14. static和extern关键字 对函数的作用
  15. perl正则表达式第三周笔记
  16. ASP.NET之旅—再一次与ASP谋面
  17. C++ map multimap
  18. (转)hibernateTools工具安装及使用总结(eclipse 3.6)
  19. CMake的一些正确姿势
  20. BZOJ3712[PA2014]Fiolki——并查集重构树

热门文章

  1. Docker & pure-ftpd 快速加建 FTP 服务器
  2. [20170604]12c Top Frequency histogram补充.txt
  3. Java中数组、List、Set互相转换
  4. Python 3 iter函数用法简述
  5. LeetCode算法题-House Robber(Java实现)
  6. js判断是否是移动端自动跳转到wap页面代码
  7. Linux之权限详解
  8. NGINX+PHP+ZABBIX,推荐
  9. centos下安装 glances 的问题
  10. Linux:Day24(下) samba