mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 00:18:31 +00:00
enhance restrictions rules
This commit is contained in:
@@ -81,7 +81,7 @@ location ~* ^/sites/[^/]+/files/.*\.php$ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
# Deny access to WordPress related stuff.
|
||||
# Deny access to WordPress-related stuff.
|
||||
location ~ wp-config.php {
|
||||
deny all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user