add description for the new 'https_url' configuration option #31

This commit is contained in:
Jordi Sanfeliu 2013-11-26 18:43:45 +01:00
parent 926cb6400d
commit 214715f8b8
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- Improved the regexp when collecting data from devices's interrupts which also - Improved the regexp when collecting data from devices's interrupts which also
fixes some annoying messages on using non-numeric arguments. fixes some annoying messages on using non-numeric arguments.
- Added support for the Pure-FTPd logs in the 'serv' and 'ftp' graphs. - 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 - Fixed error messages about use of uninitialized values in 'system' graph on
BSD systems. BSD systems.
- Fixed error messages about not numeric argument in addition in 'fs' graph on - Fixed error messages about not numeric argument in addition in 'fs' graph on

View File

@ -241,6 +241,13 @@ This is the opposite of \fBhosts_deny\fP option. IP addresses listed here are pe
.P .P
Default value: Default value:
.RE .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 .SS Built-in HTTP server with access authentication
.BI enabled .BI enabled
.RS .RS