解决drupal 8只能访问首页的问题

在nginx.conf的server中加入:

location / {

      try_files   $uri $uri/ /index.php;
    }

猜你喜欢

转载自blog.csdn.net/u011412226/article/details/79471698