Merge "Add rabbitmq caching mirrors"
This commit is contained in:
commit
e3945d2c45
@ -294,6 +294,16 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
|
||||
ProxyPass "/percona/" "https://repo.percona.com/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/percona/" "https://repo.percona.com/"
|
||||
|
||||
# RabbitMQ Deb
|
||||
CacheEnable disk "/rabbitmq-deb"
|
||||
ProxyPass "/rabbitmq-deb" "https://ppa1.rabbitmq.com/rabbitmq/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/rabbitmq-deb/" "https://ppa1.rabbitmq.com/rabbitmq/"
|
||||
|
||||
# RabbitMQ DNF
|
||||
CacheEnable disk "/rabbitmq-dnf"
|
||||
ProxyPass "/rabbitmq-dnf" "https://yum1.rabbitmq.com/rabbitmq/" ttl=120 keepalive=On retry=0
|
||||
ProxyPassReverse "/rabbitmq-dnf/" "https://yum1.rabbitmq.com/rabbitmq/"
|
||||
|
||||
# MariaDB
|
||||
CacheEnable disk "/MariaDB"
|
||||
ProxyPass "/MariaDB/" "https://downloads.mariadb.com/MariaDB/" ttl=120 keepalive=On retry=0
|
||||
|
Loading…
Reference in New Issue
Block a user