Update Drupal 9

it will fix where you can't install/upload new themes
This commit is contained in:
Ömercan Kömür
2022-08-22 12:59:02 +03:00
committed by GitHub
parent a66aa98752
commit 9208e6cfe5

View File

@@ -21,6 +21,8 @@ server {
allow all;
}
rewrite ^/core/authorize.php/core/authorize.php(.*)$ /core/authorize.php$1;
location ~ (^|/)\. {
return 403;
}