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 +++ katrin.d/data_proxy.variant | 2 +- katrin.d/hiu.conf | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 katrin.d/bora.conf create mode 100644 katrin.d/hiu.conf (limited to 'katrin.d') 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; +} diff --git a/katrin.d/data_proxy.variant b/katrin.d/data_proxy.variant index 2b9a795..0658c5f 100644 --- a/katrin.d/data_proxy.variant +++ b/katrin.d/data_proxy.variant @@ -1,6 +1,6 @@ location /data { if ($kit_client) { - return 301 http://192.168.26.170$request_uri; + return 301 http://ipepdvarchive.ipe.kit.edu$request_uri; } return 301 http://$host/remote$request_uri; diff --git a/katrin.d/hiu.conf b/katrin.d/hiu.conf new file mode 100644 index 0000000..981a9b3 --- /dev/null +++ b/katrin.d/hiu.conf @@ -0,0 +1,3 @@ +location /adeistatus { + return 301 http://web-kopmann.kaas.kit.edu$request_uri; +} -- cgit v1.2.1