summaryrefslogtreecommitdiff
path: root/debian/conf/apache.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-02 21:21:34 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-02 21:21:34 +0100
commit0ccc6504209c155ee036893288ac0bc7e988d43a (patch)
tree5c385e80147f49271536afd626fe04b4ce27a14f /debian/conf/apache.conf
parent7334cfc40995c98aa550fedc7b249d9c08100028 (diff)
downloadmerchant-0ccc6504209c155ee036893288ac0bc7e988d43a.tar.gz
merchant-0ccc6504209c155ee036893288ac0bc7e988d43a.tar.bz2
merchant-0ccc6504209c155ee036893288ac0bc7e988d43a.zip
fix #6673: fix access rights on package install
Diffstat (limited to 'debian/conf/apache.conf')
-rw-r--r--debian/conf/apache.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conf/apache.conf b/debian/conf/apache.conf
index e25d54c7..e11f6d82 100644
--- a/debian/conf/apache.conf
+++ b/debian/conf/apache.conf
@@ -3,6 +3,6 @@ RewriteEngine On
RewriteCond "%{HTTP:AUTHORIZATION}" "!= %SECURITYTOKEN%"
RewriteRule "(.+)/private/" "-" [F]
-ProxyPass "unix:/var/lib/taler-merchant/merchant.sock|http://example.com/"
+ProxyPass "unix:/var/lib/taler-merchant/httpd/merchant.sock|http://example.com/"
RequestHeader add "X-Forwarded-Proto" "https"
</Location>