diff options
Diffstat (limited to 'katrin.d/orca.conf')
-rw-r--r-- | katrin.d/orca.conf | 11 |
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/; +} |