summaryrefslogtreecommitdiffstats
path: root/katrin.d/orca.conf
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-06 05:53:11 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-06 05:53:11 +0200
commitb794f84da1aaf446a3965f9b9363f997b3183872 (patch)
treed59f80c7587b8748b79cdeecfb112892e7ccf083 /katrin.d/orca.conf
downloadiperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.gz
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.bz2
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.tar.xz
iperouter-b794f84da1aaf446a3965f9b9363f997b3183872.zip
Initial configuration
Diffstat (limited to 'katrin.d/orca.conf')
-rw-r--r--katrin.d/orca.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/katrin.d/orca.conf b/katrin.d/orca.conf
new file mode 100644
index 0000000..aed5b8b
--- /dev/null
+++ b/katrin.d/orca.conf
@@ -0,0 +1,11 @@
+location /OrcaWeb {
+ proxy_pass http://192.168.110.67/OrcaWeb/;
+}
+
+location /OrcaDbAccess {
+ proxy_pass http://192.168.110.67/OrcaDbAccess/;
+}
+
+location /OrcaHelp {
+ return 301 http://orca.physics.unc.edu/~markhowe/;
+}