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

7 lines
275 B
Nginx Configuration File

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";
}