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 --- ufo.d/ufoweb.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ufo.d/ufoweb.conf (limited to 'ufo.d/ufoweb.conf') diff --git a/ufo.d/ufoweb.conf b/ufo.d/ufoweb.conf new file mode 100644 index 0000000..5a134a2 --- /dev/null +++ b/ufo.d/ufoweb.conf @@ -0,0 +1,9 @@ +rewrite ^/$ http://ufo.kit.edu/dis/; + +location /dis { + proxy_pass https://192.168.26.211/dis/; + proxy_set_header Host $host; + 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; +} -- cgit v1.2.1