diff options
author | Erich Eckner <git@eckner.net> | 2021-09-26 18:17:29 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-09-26 18:17:29 +0200 |
commit | 630817f03cbe6ee6f541f969795bd5745c1bcff7 (patch) | |
tree | 6017a647eee97e85c47347a4f8e5aefd598f22a6 | |
parent | f7eb01059dd4de78da88c911bffa5400ee232011 (diff) | |
download | arch-mirror-master.tar.xz |
-rw-r--r-- | arch-mirror.home.eckner.net.conf | 48 |
1 files 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 @@ -420,30 +420,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; error_page 302 403 409 =404 /error.html; @@ -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; @@ -526,18 +502,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 / { proxy_pass https://arch.eckner.net$request_uri; |