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

7 lines
275 B
Plaintext

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