wget https://xdebug.org/files/xdebug-2.2.7.tgz phpize ./configure --with-php-config=...
nginx simple loadbalance configure
http { upstream myproject { server 127.0.0.1:8000 weight=3; server 127.0.0.1:8001; ser...