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

@@ -20,6 +20,8 @@ server {
auth_basic off; auth_basic off;
allow all; allow all;
} }
rewrite ^/core/authorize.php/core/authorize.php(.*)$ /core/authorize.php$1;
location ~ (^|/)\. { location ~ (^|/)\. {
return 403; return 403;
@@ -85,4 +87,4 @@ server {
if (-f $request_filename) { if (-f $request_filename) {
break; break;
} }
} }