diff options
Diffstat (limited to 'debian/exchange-conf/nginx.conf')
-rw-r--r-- | debian/exchange-conf/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/exchange-conf/nginx.conf b/debian/exchange-conf/nginx.conf index 2921c9998..6737d9129 100644 --- a/debian/exchange-conf/nginx.conf +++ b/debian/exchange-conf/nginx.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | location /taler-exchange/ { | 1 | location /taler-exchange/ { |
2 | proxy_pass http://unix:/var/lib/taler-exchange/exchange.sock; | 2 | proxy_pass http://unix:/run/taler/exchange/exchange-http.sock; |
3 | proxy_redirect off; | 3 | proxy_redirect off; |
4 | proxy_set_header Host $host; | 4 | proxy_set_header Host $host; |
5 | proxy_set_header X-Forwarded-Host "example.com"; | 5 | proxy_set_header X-Forwarded-Host "example.com"; |
6 | proxy_set_header X-Forwarded-Proto "https"; | 6 | proxy_set_header X-Forwarded-Proto "https"; |
7 | } \ No newline at end of file | 7 | } |