This commit is contained in:
joglomedia
2019-11-23 22:25:13 +07:00
parent f81cb8e03f
commit ff730ad90b

View File

@@ -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;