mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Deny access to /system directory in nginx config
This commit is contained in:
parent
9b04dc0e44
commit
11727785c7
@ -17,4 +17,9 @@ server {
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location /system {
|
||||
deny all;
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user