aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 22:15:29 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-18 22:15:29 +0200
commit689fd46a60863f9a5b025cec79f5a03be1bddbab (patch)
tree585266bd8ff828b6d10b762b72c4aa7ebff1040d /contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
parentbac71237632d31487c075a29f9e95d95ee7909bd (diff)
downloadexchange-689fd46a60863f9a5b025cec79f5a03be1bddbab.tar.xz
Add a packaging folder to contrib and place
systemd/etc files from debian folder. Also adds the packaging folder to the tarball.
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>