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 = {
enable = true;
virtualHosts = {
"88.99.218.181" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:28080";
};
};
};
# nginx = {
# enable = true;
# virtualHosts = {
# "88.99.218.181" = {
# forceSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:28080";
# };
# };
# };
};
}