removed notification + new react structure
This commit is contained in:
@@ -24,7 +24,7 @@ server {
|
||||
}
|
||||
|
||||
# deny access to specific directories
|
||||
location ~ ^/(files/uploaded|adminPanel|docker|Site|Core|test)/.*$ {
|
||||
location ~ ^/(files/uploaded|react|docker|Site|Core|test)/.*$ {
|
||||
rewrite ^(.*)$ /index.php?site=$1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user