From 3e320bf8464ad4533af126af2fc574239585ec4c Mon Sep 17 00:00:00 2001 From: joglomedia Date: Tue, 24 Sep 2019 15:21:16 +0700 Subject: [PATCH] enhance restrictions rules --- etc/nginx/includes/rules_restriction.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/includes/rules_restriction.conf b/etc/nginx/includes/rules_restriction.conf index be7477b..1c7d7a7 100644 --- a/etc/nginx/includes/rules_restriction.conf +++ b/etc/nginx/includes/rules_restriction.conf @@ -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; }