summaryrefslogtreecommitdiffstats
path: root/katrin.d/kopmann.conf
diff options
context:
space:
mode:
Diffstat (limited to 'katrin.d/kopmann.conf')
-rw-r--r--katrin.d/kopmann.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/katrin.d/kopmann.conf b/katrin.d/kopmann.conf
new file mode 100644
index 0000000..4371eee
--- /dev/null
+++ b/katrin.d/kopmann.conf
@@ -0,0 +1,15 @@
+location /docs {
+ return 301 http://web-kopmann.kaas.kit.edu/docs;
+}
+
+location /docs/data {
+ return 301 http://$host/data/orca/;
+}
+
+location /softare {
+ return 301 http://ipepdvsrv1.ipe.kit.edu/software/;
+}
+
+location /drivers {
+ proxy_pass http://ipepdvsrv1.ipe.kit.edu/software/Drivers/;
+}