commit 4eb554a11cc733bc4e1415b48eea4e46facf6130 parent 7d22341520101bbd65341e30c75db7e70f4a5942 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 26 Feb 2025 16:05:51 +0100 -fix path, thanks to Andra Diffstat:
| M | regional-currency/nginx-conf/backend.taler-nginx.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regional-currency/nginx-conf/backend.taler-nginx.conf b/regional-currency/nginx-conf/backend.taler-nginx.conf @@ -5,13 +5,13 @@ server { server_name backend.${DOMAIN_NAME}; - # Bigger than default timeout to support long polling + # Bigger than default timeout to support long polling proxy_read_timeout 6500s; keepalive_requests 1000000; keepalive_timeout 6500s; location / { - 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_set_header X-Forwarded-Proto "${PROTO}"; proxy_set_header X-Forwarded-Host "backend.${DOMAIN_NAME}"; proxy_set_header X-Forwarded-Prefix /;