Skip to content

Commit da4d64d

Browse files
committed
fix: Use unnumbered loopback
1 parent 33dd355 commit da4d64d

File tree

1 file changed

+2
-2
lines changed
  • rust/operator-binary/src/config

1 file changed

+2
-2
lines changed

rust/operator-binary/src/config/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ pub fn build_nifi_properties(
489489
"eth0".to_string(),
490490
);
491491
properties.insert(
492-
"nifi.web.https.network.interface.lo0".to_string(),
493-
"lo0".to_string(),
492+
"nifi.web.https.network.interface.lo".to_string(),
493+
"lo".to_string(),
494494
);
495495
properties.insert(
496496
"nifi.web.jetty.working.directory".to_string(),

0 commit comments

Comments
 (0)