Add kuma to nginx vhosts

This commit is contained in:
Théo Barnouin 2024-10-18 15:34:02 +02:00
parent 5e6e638910
commit 2d1a5be02a

View file

@ -144,6 +144,15 @@ in
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"uptime.le43.eu" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://192.168.1.90:3001";
recommendedProxySettings = true;
proxyWebsockets = true;
};
};
}; };
}; };
}; };