mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
add rule
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user