From 214715f8b8e41a9ffc2023cb3dd24716899c7aa1 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 26 Nov 2013 18:43:45 +0100 Subject: [PATCH] add description for the new 'https_url' configuration option #31 --- Changes | 1 + man/man5/monitorix.conf.5 | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Changes b/Changes index fe352f3..8bda020 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,7 @@ - Improved the regexp when collecting data from devices's interrupts which also fixes some annoying messages on using non-numeric arguments. - Added support for the Pure-FTPd logs in the 'serv' and 'ftp' graphs. +- Added the new configuration option 'https_url'. [#31] - Fixed error messages about use of uninitialized values in 'system' graph on BSD systems. - Fixed error messages about not numeric argument in addition in 'fs' graph on diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 9174cab..4adf7c7 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -241,6 +241,13 @@ This is the opposite of \fBhosts_deny\fP option. IP addresses listed here are pe .P Default value: .RE +.P +.BI https_url +.RS +This will force to use the prefix \fIhttps://\fP in all links. This is special useful if you plan to use a reverse-proxy HTTPS server in front of the Monitorix built-in HTTP. +.P +Default value: n +.RE .SS Built-in HTTP server with access authentication .BI enabled .RS