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

5 lines
170 B
Plaintext
Raw Normal View History

<Location "/taler-exchange/">
2021-08-04 19:00:32 +02:00
ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/"
RequestHeader add "X-Forwarded-Proto" "https"
</Location>