Core Update 1.4.0

This commit is contained in:
2022-02-20 16:53:26 +01:00
parent 918244125c
commit bd1f302433
86 changed files with 3301 additions and 41128 deletions

View File

@@ -8,7 +8,7 @@ server {
rewrite ^/api(/.*)$ /index.php?api=$1;
# deny access to .gitignore / .htaccess
location ~ /\. {
location ~ /\.(?!well-known).* {
rewrite ^(.*)$ /index.php?site=$1;
}
@@ -18,7 +18,7 @@ server {
}
# deny access to specific directories
location ~ ^/(files/uploaded|adminPanel|fileControlPanel|docker|core|test)/.*$ {
location ~ ^/(files/uploaded|adminPanel|docker|core|test)/.*$ {
rewrite ^(.*)$ /index.php?site=$1;
}