fixed in HTTP server built-in configuration to force Basic Authentication to any host #309

This commit is contained in:
Jordi Sanfeliu 2021-01-27 09:03:54 +01:00
parent c0d8f8ddd4
commit 18a6be9ff6
1 changed files with 1 additions and 0 deletions

View File

@ -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>