diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 14:52:38 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 14:52:38 +0200 |
commit | 64ce83b06744bc7280db6a9fb05680c7673776ae (patch) | |
tree | e19eff64f8dd410fa6d1a89a01b6fd9707193692 /katrin.d | |
parent | eed898a473b73d87d2d50ffdaa9c6eeb43748f69 (diff) | |
download | iperouter-64ce83b06744bc7280db6a9fb05680c7673776ae.tar.gz iperouter-64ce83b06744bc7280db6a9fb05680c7673776ae.tar.bz2 iperouter-64ce83b06744bc7280db6a9fb05680c7673776ae.tar.xz iperouter-64ce83b06744bc7280db6a9fb05680c7673776ae.zip |
UFO web site fixes and few redirects for BORA stuff
Diffstat (limited to 'katrin.d')
-rw-r--r-- | katrin.d/bora.conf | 3 | ||||
-rw-r--r-- | katrin.d/data_proxy.variant | 2 | ||||
-rw-r--r-- | katrin.d/hiu.conf | 3 |
3 files changed, 7 insertions, 1 deletions
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; +} |