exchange/debian/exchange-conf/apache.conf
2021-01-03 23:29:27 +01:00

5 lines
163 B
ApacheConf

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