Update nginx vhosts to serve grafana LXC
This commit is contained in:
parent
fa1821798d
commit
3c56e923a4
2 changed files with 20 additions and 38 deletions
|
@ -87,7 +87,7 @@ in
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.20:3000";
|
||||
proxyPass = "http://192.168.1.27:3000";
|
||||
proxyWebsockets = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue