Update nginx vhosts
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-05-29 21:54:30 +02:00
parent 2fbeff46e1
commit b000a6ecae

View file

@ -184,7 +184,7 @@ in {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://192.168.1.125:5055";
proxyPass = "http://192.168.1.24:5055";
recommendedProxySettings = true;
};
};