debian: minor confix fix
This commit is contained in:
parent
7d317665c6
commit
636610fe72
@ -5,7 +5,7 @@ server {
|
|||||||
#server_name example.com
|
#server_name example.com
|
||||||
|
|
||||||
location /taler-exchange/ {
|
location /taler-exchange/ {
|
||||||
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock;
|
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock:/;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
#proxy_set_header X-Forwarded-Host "example.com";
|
#proxy_set_header X-Forwarded-Host "example.com";
|
||||||
|
Loading…
Reference in New Issue
Block a user