Update nginx vhosts to serve grafana LXC

This commit is contained in:
Théo Barnouin 2024-10-23 15:52:46 +02:00
parent fa1821798d
commit 3c56e923a4
2 changed files with 20 additions and 38 deletions

View file

@ -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;
};