aboutsummaryrefslogtreecommitdiff
path: root/debian/etc
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc')
-rw-r--r--debian/etc/apache2/sites-available/taler-merchant.conf2
-rw-r--r--debian/etc/nginx/sites-available/taler-merchant2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/etc/apache2/sites-available/taler-merchant.conf b/debian/etc/apache2/sites-available/taler-merchant.conf
index 5d0050a7..948b29cf 100644
--- a/debian/etc/apache2/sites-available/taler-merchant.conf
+++ b/debian/etc/apache2/sites-available/taler-merchant.conf
@@ -14,7 +14,7 @@
# Apache documentation.
#
<Location "/">
- ProxyPass "unix:/var/run/taler/merchant-httpd/merchant-http.sock|http://example.com/"
+ ProxyPass "unix:/var/run/taler-merchant/httpd/merchant-http.sock|http://example.com/"
# NOTE:
# - Uncomment this line if you use TLS/HTTPS
diff --git a/debian/etc/nginx/sites-available/taler-merchant b/debian/etc/nginx/sites-available/taler-merchant
index 30ed62db..9bdbc4e2 100644
--- a/debian/etc/nginx/sites-available/taler-merchant
+++ b/debian/etc/nginx/sites-available/taler-merchant
@@ -15,7 +15,7 @@ server {
access_log /var/log/nginx/merchant.log;
error_log /var/log/nginx/merchant.err;
location /taler-merchant/ {
- proxy_pass http://unix:/var/run/taler/merchant-httpd/merchant-http.sock;
+ proxy_pass http://unix:/var/run/taler-merchant/httpd/merchant-http.sock;
proxy_redirect off;
proxy_set_header Host $host;