summaryrefslogtreecommitdiffstats
path: root/katrin.d/bora.conf
diff options
context:
space:
mode:
Diffstat (limited to 'katrin.d/bora.conf')
-rw-r--r--katrin.d/bora.conf3
1 files changed, 3 insertions, 0 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;
+}