fixed: nginx won't start if sparkwallet not found

This commit is contained in:
kexkey
2019-03-30 17:54:30 -04:00
committed by kexkey
parent 3ccdb07bba
commit 03d03158c3

View File

@@ -13,6 +13,7 @@ location /sparkwallet/ {
# Hardcoding sparkwallet password, it's only accessible from here anyway using htpasswd above
proxy_set_header Authorization "Basic Y3lwaGVybm9kZTpzcGFya3dhbGxldA==";
proxy_pass http://sparkwallet:9737/;
set $proxyurl http://sparkwallet:9737/;
proxy_pass $proxyurl;
}
<% } %>