diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 05:53:11 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 05:53:11 +0200 |
commit | b794f84da1aaf446a3965f9b9363f997b3183872 (patch) | |
tree | d59f80c7587b8748b79cdeecfb112892e7ccf083 /katrin.d/kopmann.conf | |
download | iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.gz iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.bz2 iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.xz iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.zip |
Initial configuration
Diffstat (limited to 'katrin.d/kopmann.conf')
-rw-r--r-- | katrin.d/kopmann.conf | 15 |
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/; +} |