summaryrefslogtreecommitdiff
path: root/debian/etc-taler-exchange/apache2
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-04 19:00:32 +0200
committerFlorian Dold <florian@dold.me>2021-08-04 19:00:32 +0200
commita865217ea0ffebc1fae85990db2ef9e46b846c7d (patch)
tree1fcaee14b5f4ef032749c4e52aee55e770690527 /debian/etc-taler-exchange/apache2
parentabacd05742466d67e80089e0f8ed1082b7ec4a33 (diff)
downloadexchange-a865217ea0ffebc1fae85990db2ef9e46b846c7d.tar.gz
exchange-a865217ea0ffebc1fae85990db2ef9e46b846c7d.tar.bz2
exchange-a865217ea0ffebc1fae85990db2ef9e46b846c7d.zip
debian: fix sample http configs
Diffstat (limited to 'debian/etc-taler-exchange/apache2')
-rw-r--r--debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf b/debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
index 3cfbf9edb..3ec14feb2 100644
--- a/debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
+++ b/debian/etc-taler-exchange/apache2/sites-available/taler-exchange.conf
@@ -1,4 +1,4 @@
<Location "/taler-exchange/">
-ProxyPass "unix:/var/lib/taler-exchange/exchange.sock|http://example.com/"
+ProxyPass "unix:/run/taler/exchange-httpd/exchange-http.sock|http://example.com/"
RequestHeader add "X-Forwarded-Proto" "https"
</Location>