exchange/debian/auditor-conf/apache.conf

5 lines
160 B
ApacheConf
Raw Normal View History

2021-01-03 23:29:27 +01:00
<Location "/taler-auditor/">
ProxyPass "unix:/var/lib/taler-auditor/auditor.sock|http://example.com/"
RequestHeader add "X-Forwarded-Proto" "https"
</Location>