summaryrefslogtreecommitdiffstats
path: root/katrin.d/kaas-auto-bora.template
diff options
context:
space:
mode:
Diffstat (limited to 'katrin.d/kaas-auto-bora.template')
-rw-r--r--katrin.d/kaas-auto-bora.template16
1 files changed, 16 insertions, 0 deletions
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@;
+}