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

Commit 01db163

Browse files
committed
Fixed hardening cacti doc with regards to logout.php
1 parent c3c95e5 commit 01db163

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

0 commit comments

Comments
 (0)