mirror of
https://github.com/webmin/webmin.git
synced 2026-02-18 20:42:42 +00:00
Fix to disable directory listing by default
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
This commit is contained in:
1
setup.pl
1
setup.pl
@@ -420,6 +420,7 @@ else {
|
||||
'listen' => 10000,
|
||||
'denyfile' => "\\.pl\$",
|
||||
'log' => 1,
|
||||
'nolistdir' => 1,
|
||||
'blockhost_failures' => 5,
|
||||
'blockhost_time' => 60,
|
||||
'syslog' => $os_type eq 'windows' ? 0 : 1,
|
||||
|
||||
Reference in New Issue
Block a user