summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;