exchange/debian/etc-taler-exchange/nginx/sites-available/taler-exchange

8 lines
280 B
Plaintext
Raw Normal View History

location /taler-exchange/ {
2021-07-29 19:36:51 +02:00
proxy_pass http://unix:/run/taler/exchange/exchange-http.sock;
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
}