exchange/contrib/packages/fedora/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
Martin Schanzenbach 689fd46a60
Add a packaging folder to contrib and place
systemd/etc files from debian folder.
Also adds the packaging folder to the tarball.
2023-05-18 22:15:29 +02:00

5 lines
170 B
Plaintext

<Location "/taler-exchange/">
ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/"
RequestHeader add "X-Forwarded-Proto" "https"
</Location>