mirror of
https://github.com/webmin/webmin.git
synced 2026-06-04 20:30:22 +01:00
Fix to disable directory listing by default
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
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