From 80ca9cacef6646df471a863df87c354762bdaf02 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Nov 2020 09:13:37 +0100 Subject: Revert "arch-mirror.home.eckner.net.conf: kick out vn" This reverts commit 43b734f6b4c2d08d0568daff10c9f90c32755d8c. --- arch-mirror.home.eckner.net.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch-mirror.home.eckner.net.conf b/arch-mirror.home.eckner.net.conf index 0ff2a33..1efd00d 100644 --- a/arch-mirror.home.eckner.net.conf +++ b/arch-mirror.home.eckner.net.conf @@ -353,6 +353,13 @@ server { } } +server { + listen 127.0.0.44:8020; + location / { + proxy_pass http://vn.mirror.archlinuxarm.org$request_uri; + } +} + server { listen 127.0.0.44:8001; location / { -- cgit v1.2.3-54-g00ecf