blob: 6828f0b2a863ef216491a7893d36a7a6e69f5730 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
location /anastasis/ {
proxy_pass http://unix:/var/lib/anastasis/httpd/anastasis.sock;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host "example.com";
proxy_set_header X-Forwarded-Proto "https";
}
|