Skip to content

Commit afa25da

Browse files
committed
Adding interface.lo to nifi.properties
1 parent 0e068d3 commit afa25da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • rust/operator-binary/src/config

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ pub fn build_nifi_properties(
455455
"nifi.web.https.network.interface.default".to_string(),
456456
"".to_string(),
457457
);
458+
properties.insert(
459+
"nifi.web.https.network.interface.lo".to_string(),
460+
"lo".to_string(),
461+
);
458462
properties.insert(
459463
"nifi.web.jetty.working.directory".to_string(),
460464
"./work/jetty".to_string(),

0 commit comments

Comments
 (0)