diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 19:43:57 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-11 19:43:57 +0200 |
commit | 83fccfa25f622fbbd41c19102648179c93f58df5 (patch) | |
tree | f043886e8f96fea8164df72251dd468ca98c644b /katrin.d/hiu.conf | |
parent | 64ce83b06744bc7280db6a9fb05680c7673776ae (diff) | |
download | iperouter-83fccfa25f622fbbd41c19102648179c93f58df5.tar.gz iperouter-83fccfa25f622fbbd41c19102648179c93f58df5.tar.bz2 iperouter-83fccfa25f622fbbd41c19102648179c93f58df5.tar.xz iperouter-83fccfa25f622fbbd41c19102648179c93f58df5.zip |
Proxy requests to chuans ADEI running on pcebessadei
Diffstat (limited to 'katrin.d/hiu.conf')
-rw-r--r-- | katrin.d/hiu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/katrin.d/hiu.conf b/katrin.d/hiu.conf index 981a9b3..20ab48e 100644 --- a/katrin.d/hiu.conf +++ b/katrin.d/hiu.conf @@ -1,3 +1,3 @@ location /adeistatus { - return 301 http://web-kopmann.kaas.kit.edu$request_uri; + proxy_pass http://pcebessadei.competence-e.kit.edu/adeistatus; } |