Comment ip nginx setting

This commit is contained in:
Michael Hübner 2025-07-29 15:25:15 +02:00
parent d09a8ec04f
commit 2775954be3

View file

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