From c083136d946224af62822e8a6585ad0d9bfdffce Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 12 Dec 2019 16:02:40 +0100 Subject: Generate also BORA services --- katrin.d/kaas-auto-bora.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 katrin.d/kaas-auto-bora.template (limited to 'katrin.d/kaas-auto-bora.template') diff --git a/katrin.d/kaas-auto-bora.template b/katrin.d/kaas-auto-bora.template new file mode 100644 index 0000000..b6560a9 --- /dev/null +++ b/katrin.d/kaas-auto-bora.template @@ -0,0 +1,16 @@ +location /@name@/ { + proxy_set_header Host @name@.kaas.kit.edu; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Accept-Encoding ""; + + proxy_pass http://@name@.kaas.kit.edu/; + sub_filter @name@.kaas.kit.edu $host/@name@; + sub_filter "'/getdata/" "'/@name@/getdata/"; + sub_filter '"/getdata/' '"/@name@/getdata/'; + sub_filter "'/static/" "'/@name@/static/"; + sub_filter '"/static/' '"/@name@/static/'; + proxy_redirect default; +# proxy_redirect http://@name@.kaas.kit.edu http://$host/@name@; +} -- cgit v1.2.1