Upgrade from D9 to D10

 Ngnix change:

Change from:

location @rewrite {

    rewrite ^/(.*)$ /index.php?q=$1;

}

To:

location @rewrite {

    rewrite ^ /index.php; # For Drupal >= 7  

}

Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Set up Drupal7 to Drupal8 migration in simple steps (using Drush)