summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-11-17 12:52:34 +0100
committerErich Eckner <git@eckner.net>2020-11-17 12:52:34 +0100
commit17f1bed26307e926ef8d6a837a392b982022822e (patch)
tree7f579e20d3d64d2a867c400d48958d62ded10ac6
parentd4a6b4acf4216541fbf8c212c73e8fd3383bf2ab (diff)
downloadarch-mirror-17f1bed26307e926ef8d6a837a392b982022822e.tar.xz
arch-mirror.home.eckner.net.conf: reorder
-rw-r--r--arch-mirror.home.eckner.net.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/arch-mirror.home.eckner.net.conf b/arch-mirror.home.eckner.net.conf
index a837cb9..7de1d5e 100644
--- a/arch-mirror.home.eckner.net.conf
+++ b/arch-mirror.home.eckner.net.conf
@@ -263,6 +263,18 @@ server {
}
server {
+ listen 127.0.0.44:8001;
+ location / {
+ proxy_pass http://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:8002;
location / {
proxy_pass http://au.mirror.archlinuxarm.org$request_uri;
@@ -491,18 +503,6 @@ server {
}
server {
- listen 127.0.0.44:8001;
- location / {
- proxy_pass http://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;