aboutsummaryrefslogtreecommitdiff
path: root/taler-exchange/root/etc/httpd/sites-available/taler-exchange.conf.new
blob: 39f2643c9c895c7df13caad846689a7f8c45bff8 (plain)
1
2
3
4
<Location "/taler-exchange/">
  ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/"
  RequestHeader add "X-Forwarded-Proto" "https"
</Location>