This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -L -O -H "Cookie: oraclelicense=accept-securebackup-cookie" $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
#create new frontend to process 443 | |
frontend https_frontend | |
bind *:443 | |
mode tcp | |
option tcplog | |
default_backend farm_docker2 |