Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 1ff37b1

Browse files
committed
Fixed regex in hardening Cacti doc
1 parent 373bc8b commit 1ff37b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cacti/hardening-cacti-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We strongly recommend to close any access from the web for these additional dire
3131

3232
Here is an example of httpd configuration that can harden your setup (goes to ``/etc/httpd/conf.d/cacti.conf``)::
3333

34-
<Directory ~ "/usr/share/cacti/(log|rra|scripts|cli|\.ssh)?(/.*\.(cnf|boto))?">
34+
<Directory ~ "/usr/share/cacti/(log|rra|scripts|cli|\.ssh|\.boto|.*\.cnf)">
3535
<IfModule mod_rewrite.c>
3636
Redirect 404 /
3737
</IfModule>

0 commit comments

Comments
 (0)