From ff730ad90b33c550822847f556d021f2d88db618 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Sat, 23 Nov 2019 22:25:13 +0700 Subject: [PATCH] add rule --- 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 167878b..8a2ef68 100644 --- a/etc/nginx/includes/rules_restriction.conf +++ b/etc/nginx/includes/rules_restriction.conf @@ -45,7 +45,7 @@ location ~ ^/tmp/ { } # Deny all direct access to framework directory. -location ~* ^/(app|application)/ { +location ~* ^/(app|application|system)/ { deny all; access_log off; log_not_found off;