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

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