From 689fd46a60863f9a5b025cec79f5a03be1bddbab Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 18 May 2023 22:15:29 +0200 Subject: Add a packaging folder to contrib and place systemd/etc files from debian folder. Also adds the packaging folder to the tarball. --- .../etc-taler-exchange/apache2/sites-available/taler-exchange.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf (limited to 'contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf') 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 @@ + +ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/" +RequestHeader add "X-Forwarded-Proto" "https" + -- cgit v1.2.3