upstream www.hahaha123.com {
server 10.10.201.164:80;
server 10.10.201.163:80;
server 10.10.201.162:80;
}
server {
listen 80;
server_name www.hahaha123.com;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
index info.php index.html index.htm;
proxy_pass http://www.hahaha123.com;
}
}