summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-27 09:13:27 +0200
committerErich Eckner <git@eckner.net>2020-09-27 09:13:27 +0200
commitc4dd358cf746633b1efe6ef90c1d66380e774581 (patch)
treef59a1f3493da79662d836934a59fc4a5bb5dd2c6
parentfa120d97ffa74572771e154cb6b8231717089018 (diff)
downloadarch-mirror-c4dd358cf746633b1efe6ef90c1d66380e774581.tar.xz
arch-mirror.home.eckner.net.conf: zwei weitere archlinux32 mirror als upstream eingefuegt
-rw-r--r--arch-mirror.home.eckner.net.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch-mirror.home.eckner.net.conf b/arch-mirror.home.eckner.net.conf
index b79eef1..919b97b 100644
--- a/arch-mirror.home.eckner.net.conf
+++ b/arch-mirror.home.eckner.net.conf
@@ -147,6 +147,8 @@ upstream mirrors {
}
upstream mirrors32 {
server 127.0.0.43:8001;
+ server 127.0.0.43:8002 backup;
+ server 127.0.0.43:8003 backup;
}
upstream mirrorsarm {
server 127.0.0.44:8001;
@@ -219,6 +221,20 @@ server {
}
server {
+ listen 127.0.0.43:8002;
+ location / {
+ proxy_pass https://mirror.yandex.ru/archlinux32$request_uri;
+ }
+}
+
+server {
+ listen 127.0.0.43:8003;
+ location / {
+ proxy_pass https://archlinux32.andreasbaumann.cc$request_uri;
+ }
+}
+
+server {
listen 127.0.0.44:8002
location / {
proxy_pass http://au.mirror.archlinuxarm.org$request_uri;