Formatting

This commit is contained in:
Michael Hübner 2025-07-21 09:02:01 +02:00
parent 68b3624329
commit 096cf148c9

View file

@ -75,10 +75,12 @@ in
nginx = {
enable = true;
virtualHosts."88.99.218.181" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:28080";
virtualHosts = {
"88.99.218.181" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:28080";
};
};
};
};