mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 11:27:17 +08:00
fix: test
This commit is contained in:
@@ -23,7 +23,7 @@ const DefaultConf = `server {
|
||||
access_log /dev/null;
|
||||
error_log /dev/null;
|
||||
}
|
||||
# Deny access to sensitive directories
|
||||
# Deny some sensitive directories
|
||||
location ~ ^/(\.user.ini|\.htaccess|\.git|\.svn|\.env) {
|
||||
return 404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user