exchange/debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf

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>