09 2014 档案

摘要:Nginx配置在nginx的conf中创建proxy_apache.conf内容如下proxy_set_header Host $host;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwa... 阅读全文
posted @ 2014-09-26 16:56 消磨_时间 阅读(365) 评论(0) 推荐(0)
摘要:nginx配置server { listen 80; server_name svn.0000.com; location / { proxy_pass http://ipaddress:8080; proxy_set_header X-... 阅读全文
posted @ 2014-09-17 11:41 消磨_时间 阅读(270) 评论(0) 推荐(0)
摘要:# cat /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0BOOTPROTO=noneONBOOT=yesUSERCTL=noIPADDR=103.10.84.96NETMASK=255.255.255.... 阅读全文
posted @ 2014-09-07 12:08 消磨_时间 阅读(216) 评论(0) 推荐(0)