NIFI-7521 Remove additional unused property from nifi proeprties

This closes #4327.
This commit is contained in:
Bryan Bende 2020-07-23 08:13:56 -04:00
parent e371f4ac7c
commit e9a443fe2e
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
3 changed files with 0 additions and 3 deletions

View File

@ -3240,7 +3240,6 @@ These properties pertain to the web-based User Interface.
|====
|*Property*|*Description*
|`nifi.web.war.directory`|This is the location of the web war directory. The default value is `./lib`.
|`nifi.web.http.host`|The HTTP host. It is blank by default.
|`nifi.web.http.port`|The HTTP port. The default value is `8080`.
|`nifi.web.http.port.forwarding`|The port which forwards incoming HTTP requests to `nifi.web.http.host`. This property is designed to be used with 'port forwarding', when NiFi has to be started by a non-root user for better security, yet it needs to be accessed via low port to go through a firewall. For example, to expose NiFi via HTTP protocol on port 80, but actually listening on port 8080, you need to configure OS level port forwarding such as `iptables` (Linux/Unix) or `pfctl` (OS X) that redirects requests from 80 to 8080. Then set `nifi.web.http.port` as 8080, and `nifi.web.http.port.forwarding` as 80. It is blank by default.

View File

@ -125,7 +125,6 @@
<nifi.components.status.snapshot.frequency>1 min</nifi.components.status.snapshot.frequency>
<!-- nifi.properties: web properties -->
<nifi.web.war.directory>./lib</nifi.web.war.directory>
<nifi.web.http.host />
<nifi.web.http.port>8080</nifi.web.http.port>
<nifi.web.http.network.interface.default />

View File

@ -133,7 +133,6 @@ nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
nifi.web.war.directory=${nifi.web.war.directory}
nifi.web.http.host=${nifi.web.http.host}
nifi.web.http.port=${nifi.web.http.port}
nifi.web.http.network.interface.default=${nifi.web.http.network.interface.default}