From 17f1bed26307e926ef8d6a837a392b982022822e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Nov 2020 12:52:34 +0100 Subject: arch-mirror.home.eckner.net.conf: reorder --- arch-mirror.home.eckner.net.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'arch-mirror.home.eckner.net.conf') 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 @@ -262,6 +262,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 / { @@ -490,18 +502,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 / { -- cgit v1.2.3-54-g00ecf