We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dd355 commit da4d64dCopy full SHA for da4d64d
rust/operator-binary/src/config/mod.rs
@@ -489,8 +489,8 @@ pub fn build_nifi_properties(
489
"eth0".to_string(),
490
);
491
properties.insert(
492
- "nifi.web.https.network.interface.lo0".to_string(),
493
- "lo0".to_string(),
+ "nifi.web.https.network.interface.lo".to_string(),
+ "lo".to_string(),
494
495
496
"nifi.web.jetty.working.directory".to_string(),
0 commit comments