2021-01-01 20:43:59 +01:00
|
|
|
location /taler-exchange/ {
|
2021-07-29 19:36:51 +02:00
|
|
|
proxy_pass http://unix:/run/taler/exchange/exchange-http.sock;
|
2021-01-01 20:43:59 +01:00
|
|
|
proxy_redirect off;
|
|
|
|
proxy_set_header Host $host;
|
|
|
|
proxy_set_header X-Forwarded-Host "example.com";
|
|
|
|
proxy_set_header X-Forwarded-Proto "https";
|
2021-07-29 19:36:51 +02:00
|
|
|
}
|