diff --git a/README.md b/README.md index 2007d4c9..b0d748ee 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Support the project # Youtube [Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w) +# Demo site +[Demo site] (https://178.57.218.185) Login/password: admin/admin. Server resets every hour. + # Twitter Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news diff --git a/app/scripts/install_haproxy.sh b/app/scripts/install_haproxy.sh index f7d238d2..44246e9f 100644 --- a/app/scripts/install_haproxy.sh +++ b/app/scripts/install_haproxy.sh @@ -35,7 +35,7 @@ if hash apt-get 2>/dev/null; then sudo apt-get install haproxy socat -y else #wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm - wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-1.9.7-1.el7.x86_64.rpm + wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-2.0.3-2.el7.x86_64.rpm #sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y fi @@ -44,7 +44,7 @@ if [ $? -eq 1 ] then sudo yum install wget socat -y > /dev/null #wget http://cbs.centos.org/kojifiles/packages/haproxy/1.8.1/5.el7/x86_64/haproxy18-1.8.1-5.el7.x86_64.rpm - wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-1.9.1-1.el7.x86_64.rpm + wget http://au1.mirror.crc.id.au/repo/el7-extra/x86_64/haproxy-2.0.3-2.el7.x86_64.rpm #sudo yum install haproxy18-1.8.1-5.el7.x86_64.rpm -y sudo yum install haproxy-1.9.1-1.el7.x86_64.rpm -y fi