From 630817f03cbe6ee6f541f969795bd5745c1bcff7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 26 Sep 2021 18:17:29 +0200 Subject: arch-mirror.home.eckner.net.conf: remove obsolete servers --- arch-mirror.home.eckner.net.conf | 48 +++++----------------------------------- 1 file changed, 6 insertions(+), 42 deletions(-) diff --git a/arch-mirror.home.eckner.net.conf b/arch-mirror.home.eckner.net.conf index 98641b2..7b9c46b 100644 --- a/arch-mirror.home.eckner.net.conf +++ b/arch-mirror.home.eckner.net.conf @@ -419,30 +419,6 @@ server { server { listen 127.0.0.44:8011; - location / { - proxy_pass http://hu.mirror.archlinuxarm.org$request_uri; - proxy_intercept_errors on; - error_page 302 403 409 =404 /error.html; - } - location /error.html { - root /srv/http; - } -} - -server { - listen 127.0.0.44:8012; - location / { - proxy_pass http://pt.mirror.archlinuxarm.org$request_uri; - proxy_intercept_errors on; - error_page 302 403 409 =404 /error.html; - } - location /error.html { - root /srv/http; - } -} - -server { - listen 127.0.0.44:8013; location / { proxy_pass http://sg.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -454,7 +430,7 @@ server { } server { - listen 127.0.0.44:8014; + listen 127.0.0.44:8012; location / { proxy_pass http://za.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -466,7 +442,7 @@ server { } server { - listen 127.0.0.44:8015; + listen 127.0.0.44:8013; location / { proxy_pass http://tw.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -478,7 +454,7 @@ server { } server { - listen 127.0.0.44:8016; + listen 127.0.0.44:8014; location / { proxy_pass http://ca.us.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -490,7 +466,7 @@ server { } server { - listen 127.0.0.44:8017; + listen 127.0.0.44:8015; location / { proxy_pass http://fl.us.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -502,7 +478,7 @@ server { } server { - listen 127.0.0.44:8018; + listen 127.0.0.44:8016; location / { proxy_pass http://il.us.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -514,7 +490,7 @@ server { } server { - listen 127.0.0.44:8019; + listen 127.0.0.44:8017; location / { proxy_pass http://nj.us.mirror.archlinuxarm.org$request_uri; proxy_intercept_errors on; @@ -525,18 +501,6 @@ server { } } -server { - listen 127.0.0.44:8020; - location / { - proxy_pass http://vn.mirror.archlinuxarm.org$request_uri; - proxy_intercept_errors on; - error_page 302 403 409 =404 /error.html; - } - location /error.html { - root /srv/http; - } -} - server { listen 127.0.0.45:8001; location / { -- cgit v1.2.3