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 0e068d3 commit afa25daCopy full SHA for afa25da
1 file changed
rust/operator-binary/src/config/mod.rs
@@ -455,6 +455,10 @@ pub fn build_nifi_properties(
455
"nifi.web.https.network.interface.default".to_string(),
456
"".to_string(),
457
);
458
+ properties.insert(
459
+ "nifi.web.https.network.interface.lo".to_string(),
460
+ "lo".to_string(),
461
+ );
462
properties.insert(
463
"nifi.web.jetty.working.directory".to_string(),
464
"./work/jetty".to_string(),
0 commit comments