summaryrefslogtreecommitdiff
path: root/debian/conf/nginx.conf
blob: 2921c9998dc0609ea9d09013262ff370380bcb2e (plain)
1
2
3
4
5
6
7
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";
}