From 855743f9333f1eb16a24d271b3222a84999ea0b2 Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Thu, 16 Feb 2017 12:10:37 -0500 Subject: [PATCH] NIFI-3493 Corrected reference in Admin Guide to http not https for nifi.web.https.network.interface property This closes #1515. Signed-off-by: Bryan Rosander --- nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index b0831dabe3..f7f992042b 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -149,7 +149,7 @@ NiFi provides several different configuration options for security purposes. The Once the above properties have been configured, we can enable the User Interface to be accessed over HTTPS instead of HTTP. This is accomplished by setting the `nifi.web.https.host` and `nifi.web.https.port` properties. The `nifi.web.https.host` property indicates which hostname the server should run on. If it is desired that the HTTPS interface be accessible from all network interfaces, a value of `0.0.0.0` should be used. To allow -admins to configure the application to run only on specific network interfaces, `nifi.web.http.network.interface*` or `nifi.web.http.network.interface*` +admins to configure the application to run only on specific network interfaces, `nifi.web.http.network.interface*` or `nifi.web.https.network.interface*` properties can be specified. NOTE: It is important when enabling HTTPS that the `nifi.web.http.port` property be unset.