mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-21 12:04:22 +01:00
fixed: nginx won't start if sparkwallet not found
This commit is contained in:
@@ -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;
|
||||
}
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user