exchange/debian/exchange-conf/nginx.conf
2021-01-03 23:29:27 +01:00

7 lines
278 B
Nginx Configuration File

location /taler-exchange/ {
proxy_pass http://unix:/var/lib/taler-exchange/exchange.sock;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host "example.com";
proxy_set_header X-Forwarded-Proto "https";
}