From 64ce83b06744bc7280db6a9fb05680c7673776ae Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 11 Oct 2019 14:52:38 +0200 Subject: UFO web site fixes and few redirects for BORA stuff --- katrin.d/bora.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 katrin.d/bora.conf (limited to 'katrin.d/bora.conf') diff --git a/katrin.d/bora.conf b/katrin.d/bora.conf new file mode 100644 index 0000000..7e4c851 --- /dev/null +++ b/katrin.d/bora.conf @@ -0,0 +1,3 @@ +location ~* ^/status/([^/]+)(/?.*)$ { + return 301 http://bora-$1.kaas.kit.edu$2; +} -- cgit v1.2.3