mirror of https://github.com/mikaku/Monitorix.git
fixed in HTTP server built-in configuration to force Basic Authentication to any host #309
This commit is contained in:
parent
c0d8f8ddd4
commit
18a6be9ff6
|
@ -38,6 +38,7 @@ base_cgi = /monitorix-cgi
|
|||
autocheck_responsiveness = y
|
||||
<auth>
|
||||
enabled = n
|
||||
hosts_deny = all
|
||||
msg = Monitorix: Restricted access
|
||||
htpasswd = /var/lib/monitorix/htpasswd
|
||||
</auth>
|
||||
|
|
Loading…
Reference in New Issue