5 lines
163 B
ApacheConf
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>
|