Merge pull request #7 from fpscan/patch-1

Update Drupal 9
This commit is contained in:
cloudpanel-io
2022-08-24 13:36:34 +02:00
committed by GitHub

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;
} }
} }