summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web_wizard/scripts/Webconf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/scripts/Webconf.pm b/web_wizard/scripts/Webconf.pm
index 9be3a75e..06a17fa5 100644
--- a/web_wizard/scripts/Webconf.pm
+++ b/web_wizard/scripts/Webconf.pm
@@ -24,7 +24,7 @@ sub do_it {
}
elsif ($ENV{wiz_web_internal} eq "1") {
($that) = $o->get_from_known_dev("IP") =~ qr/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.)\d{1,3}$/;
- $that .= " localhost";
+ $that .= " 127.0.0.1";
}
cp_af($file, $file.".orig");
substInFile {