change bind ip to localhost

This commit is contained in:
Satria 2026-03-01 22:09:25 +07:00
commit da908a8e14

View file

@ -72,7 +72,7 @@ in {
environmentFile = "/var/lib/glance/.env"; environmentFile = "/var/lib/glance/.env";
settings = { settings = {
server = { server = {
host = "0.0.0.0"; # "127.0.0.1"; host = "127.0.0.1";
port = 5070; port = 5070;
}; };