HP BL460
- 48 Gb Memory
- 2 x X5675 @ 3.07GHz
- 2 x 10 gbps NIC
- 2tb NetApp NFS volume for ES data
... | |
#create new frontend to process 443 | |
frontend https_frontend | |
bind *:443 | |
mode tcp | |
option tcplog | |
default_backend farm_docker2 |
#!/bin/bash | |
curl -L -O -H "Cookie: oraclelicense=accept-securebackup-cookie" $1 |