aboutsummaryrefslogtreecommitdiff
path: root/taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new')
-rw-r--r--taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new4
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new b/taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new
new file mode 100644
index 0000000..39f2643
--- /dev/null
+++ b/taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new
@@ -0,0 +1,4 @@
+<Location "/taler-exchange/">
+ ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/"
+ RequestHeader add "X-Forwarded-Proto" "https"
+</Location>