exchange/debian/exchange-conf/apache.conf

5 lines
163 B
ApacheConf
Raw Normal View History

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