summaryrefslogtreecommitdiff
path: root/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf')
-rw-r--r--contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf b/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
new file mode 100644
index 000000000..3ec14feb2
--- /dev/null
+++ b/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
@@ -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>