summaryrefslogtreecommitdiffstats
path: root/katrin.d/katrin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'katrin.d/katrin.conf')
-rw-r--r--katrin.d/katrin.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/katrin.d/katrin.conf b/katrin.d/katrin.conf
new file mode 100644
index 0000000..ec215a4
--- /dev/null
+++ b/katrin.d/katrin.conf
@@ -0,0 +1,15 @@
+location = / {
+ return 301 https://www.katrin.kit.edu;
+}
+
+location /elog-detector {
+ return 301 https://crunch5.npl.washington.edu:8443;
+}
+
+location /elog {
+ return 301 https://neutrino.ikp.kit.edu:8080;
+}
+
+location /wiki {
+ return 301 http://ikp-katrin-wiki.ikp.kit.edu/katrin;
+}