debian: minor confix fix

This commit is contained in:
Florian Dold 2021-08-04 19:15:32 +02:00
parent 7d317665c6
commit 636610fe72
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -5,7 +5,7 @@ server {
#server_name example.com #server_name example.com
location /taler-exchange/ { location /taler-exchange/ {
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock; proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock:/;
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;
#proxy_set_header X-Forwarded-Host "example.com"; #proxy_set_header X-Forwarded-Host "example.com";