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/orca.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 katrin.d/orca.conf (limited to 'katrin.d/orca.conf') 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/; +} -- cgit v1.2.1