From b794f84da1aaf446a3965f9b9363f997b3183872 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 05:53:11 +0200 Subject: Initial configuration --- katrin.d/kopmann.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 katrin.d/kopmann.conf (limited to 'katrin.d/kopmann.conf') 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/; +} -- cgit v1.2.1